Celestial Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Bloom palette

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

Celestial Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f36d6d;
}
.color-4 {
color: #e63746;
}
.color-5 {
color: #a35c8d;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f6b83c;
--color-3: #f36d6d;
--color-4: #e63746;
--color-5: #a35c8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f6b83c, #f36d6d, #e63746, #a35c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f6b83c, #f36d6d, #e63746, #a35c8d);
}

Celestial Bloom color palette created on .