Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b4c0;
}
.color-2 {
color: #f7c2a1;
}
.color-3 {
color: #f5e6b7;
}
.color-4 {
color: #f1e7b1;
}
.color-5 {
color: #d4b4e4;
}

/* CSS Variables */
:root {
--color-1: #f9b4c0;
--color-2: #f7c2a1;
--color-3: #f5e6b7;
--color-4: #f1e7b1;
--color-5: #d4b4e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4c0, #f7c2a1, #f5e6b7, #f1e7b1, #d4b4e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4c0, #f7c2a1, #f5e6b7, #f1e7b1, #d4b4e4);
}

Blossom Serenade color palette created on .