Celestial Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Garden palette

このパレットを共有する先:

Celestial Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #4c8e9a;
}
.color-2 {
color: #7fbd9a;
}
.color-3 {
color: #c3e6b3;
}
.color-4 {
color: #f7e9a1;
}
.color-5 {
color: #f6a6a2;
}

/* CSS Variables */
:root {
--color-1: #4c8e9a;
--color-2: #7fbd9a;
--color-3: #c3e6b3;
--color-4: #f7e9a1;
--color-5: #f6a6a2;
}

Celestial Garden の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c8e9a, #7fbd9a, #c3e6b3, #f7e9a1, #f6a6a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c8e9a, #7fbd9a, #c3e6b3, #f7e9a1, #f6a6a2);
}

Celestial Garden color palette created on .