Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f2d7d4;
}
.color-2 {
color: #f1b1c7;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f0a8b6;
}
.color-5 {
color: #e95d7e;
}

/* CSS Variables */
:root {
--color-1: #f2d7d4;
--color-2: #f1b1c7;
--color-3: #eab8d1;
--color-4: #f0a8b6;
--color-5: #e95d7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d7d4, #f1b1c7, #eab8d1, #f0a8b6, #e95d7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d7d4, #f1b1c7, #eab8d1, #f0a8b6, #e95d7e);
}

Blossom Serenade color palette created on .