Celestial Blossoms カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blossoms palette

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

Celestial Blossoms カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e2e8;
}
.color-2 {
color: #efb8d2;
}
.color-3 {
color: #d29ed6;
}
.color-4 {
color: #a875c7;
}
.color-5 {
color: #784b9b;
}

/* CSS Variables */
:root {
--color-1: #f3e2e8;
--color-2: #efb8d2;
--color-3: #d29ed6;
--color-4: #a875c7;
--color-5: #784b9b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e2e8, #efb8d2, #d29ed6, #a875c7, #784b9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e2e8, #efb8d2, #d29ed6, #a875c7, #784b9b);
}

Celestial Blossoms color palette created on .