Celestial Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Bloom palette

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

Celestial Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #a2d8d7;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f9eca9;
}
.color-4 {
color: #f6d9b1;
}
.color-5 {
color: #eab8d1;
}

/* CSS Variables */
:root {
--color-1: #a2d8d7;
--color-2: #f4b79f;
--color-3: #f9eca9;
--color-4: #f6d9b1;
--color-5: #eab8d1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2d8d7, #f4b79f, #f9eca9, #f6d9b1, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2d8d7, #f4b79f, #f9eca9, #f6d9b1, #eab8d1);
}

Celestial Bloom color palette created on .