Celestial Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blossom palette

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

Celestial Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f68e9c;
}
.color-4 {
color: #9b8dfc;
}
.color-5 {
color: #5b6fb9;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f7b1a1;
--color-3: #f68e9c;
--color-4: #9b8dfc;
--color-5: #5b6fb9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f7b1a1, #f68e9c, #9b8dfc, #5b6fb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f7b1a1, #f68e9c, #9b8dfc, #5b6fb9);
}

Celestial Blossom color palette created on .