Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1e3b7;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f6a7b3;
}
.color-4 {
color: #e58091;
}
.color-5 {
color: #d64c8d;
}

/* CSS Variables */
:root {
--color-1: #f1e3b7;
--color-2: #f7b5a1;
--color-3: #f6a7b3;
--color-4: #e58091;
--color-5: #d64c8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e3b7, #f7b5a1, #f6a7b3, #e58091, #d64c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e3b7, #f7b5a1, #f6a7b3, #e58091, #d64c8d);
}

Blossom Serenade color palette created on .