Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a05db1;
}
.color-2 {
color: #d69ec4;
}
.color-3 {
color: #f4b8e2;
}
.color-4 {
color: #f8c9b9;
}
.color-5 {
color: #f6e7b6;
}

/* CSS Variables */
:root {
--color-1: #a05db1;
--color-2: #d69ec4;
--color-3: #f4b8e2;
--color-4: #f8c9b9;
--color-5: #f6e7b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a05db1, #d69ec4, #f4b8e2, #f8c9b9, #f6e7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a05db1, #d69ec4, #f4b8e2, #f8c9b9, #f6e7b6);
}

Blossom Serenade color palette created on .