Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f7cadb;
}
.color-2 {
color: #f2a6b8;
}
.color-3 {
color: #e4729a;
}
.color-4 {
color: #d85a7b;
}
.color-5 {
color: #c44a62;
}

/* CSS Variables */
:root {
--color-1: #f7cadb;
--color-2: #f2a6b8;
--color-3: #e4729a;
--color-4: #d85a7b;
--color-5: #c44a62;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cadb, #f2a6b8, #e4729a, #d85a7b, #c44a62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cadb, #f2a6b8, #e4729a, #d85a7b, #c44a62);
}

Blossom Serenade color palette created on .