Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f6d1a7;
}
.color-2 {
color: #f3a5a0;
}
.color-3 {
color: #f26e6e;
}
.color-4 {
color: #d84231;
}
.color-5 {
color: #a0342c;
}

/* CSS Variables */
:root {
--color-1: #f6d1a7;
--color-2: #f3a5a0;
--color-3: #f26e6e;
--color-4: #d84231;
--color-5: #a0342c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d1a7, #f3a5a0, #f26e6e, #d84231, #a0342c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d1a7, #f3a5a0, #f26e6e, #d84231, #a0342c);
}

Blossom Serenade color palette created on .