Celestial Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Bloom palette

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

Celestial Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #f0c17a;
}
.color-2 {
color: #4a1247;
}
.color-3 {
color: #af5a8d;
}
.color-4 {
color: #e3a5b4;
}
.color-5 {
color: #f9d6a9;
}

/* CSS Variables */
:root {
--color-1: #f0c17a;
--color-2: #4a1247;
--color-3: #af5a8d;
--color-4: #e3a5b4;
--color-5: #f9d6a9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0c17a, #4a1247, #af5a8d, #e3a5b4, #f9d6a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0c17a, #4a1247, #af5a8d, #e3a5b4, #f9d6a9);
}

Celestial Bloom color palette created on .