Blossom Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blossom Serenade palette

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

Blossom Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b8c0;
}
.color-2 {
color: #f3d3c3;
}
.color-3 {
color: #e1a8c8;
}
.color-4 {
color: #e68a79;
}
.color-5 {
color: #dca660;
}

/* CSS Variables */
:root {
--color-1: #f5b8c0;
--color-2: #f3d3c3;
--color-3: #e1a8c8;
--color-4: #e68a79;
--color-5: #dca660;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8c0, #f3d3c3, #e1a8c8, #e68a79, #dca660);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8c0, #f3d3c3, #e1a8c8, #e68a79, #dca660);
}

Blossom Serenade color palette created on .