Celestial Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Garden palette

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

Celestial Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #d3baf2;
}
.color-2 {
color: #a5c3e4;
}
.color-3 {
color: #77e4d2;
}
.color-4 {
color: #7edd88;
}
.color-5 {
color: #f9c16c;
}

/* CSS Variables */
:root {
--color-1: #d3baf2;
--color-2: #a5c3e4;
--color-3: #77e4d2;
--color-4: #7edd88;
--color-5: #f9c16c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3baf2, #a5c3e4, #77e4d2, #7edd88, #f9c16c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3baf2, #a5c3e4, #77e4d2, #7edd88, #f9c16c);
}

Celestial Garden color palette created on .