Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7ae;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #d6c1e1;
}
.color-4 {
color: #f7e1b6;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #f1a7ae;
--color-2: #eab8d1;
--color-3: #d6c1e1;
--color-4: #f7e1b6;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ae, #eab8d1, #d6c1e1, #f7e1b6, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ae, #eab8d1, #d6c1e1, #f7e1b6, #f5a300);
}

Blossom Serenade color palette created on .