Celestial Blossom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Celestial Blossom palette

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

Celestial Blossom カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e3b4;
}
.color-2 {
color: #f9c69f;
}
.color-3 {
color: #f6a2b0;
}
.color-4 {
color: #f782a0;
}
.color-5 {
color: #d86e9e;
}

/* CSS Variables */
:root {
--color-1: #f3e3b4;
--color-2: #f9c69f;
--color-3: #f6a2b0;
--color-4: #f782a0;
--color-5: #d86e9e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e3b4, #f9c69f, #f6a2b0, #f782a0, #d86e9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e3b4, #f9c69f, #f6a2b0, #f782a0, #d86e9e);
}

Celestial Blossom color palette created on .