Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a3b4;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f6d0e8;
}
.color-4 {
color: #f1a7c0;
}
.color-5 {
color: #e64c7d;
}

/* CSS Variables */
:root {
--color-1: #f5a3b4;
--color-2: #eab8d1;
--color-3: #f6d0e8;
--color-4: #f1a7c0;
--color-5: #e64c7d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a3b4, #eab8d1, #f6d0e8, #f1a7c0, #e64c7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a3b4, #eab8d1, #f6d0e8, #f1a7c0, #e64c7d);
}

Blossom Serenade color palette created on .