Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f3b9d8;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #d8a6c8;
}
.color-4 {
color: #d69abe;
}
.color-5 {
color: #b76ca5;
}

/* CSS Variables */
:root {
--color-1: #f3b9d8;
--color-2: #eab8d1;
--color-3: #d8a6c8;
--color-4: #d69abe;
--color-5: #b76ca5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9d8, #eab8d1, #d8a6c8, #d69abe, #b76ca5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9d8, #eab8d1, #d8a6c8, #d69abe, #b76ca5);
}

Blossom Serenade color palette created on .