Blushing Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Serenade palette

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

Blushing Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #f4bfb4;
}
.color-2 {
color: #e1a8c3;
}
.color-3 {
color: #d57c9a;
}
.color-4 {
color: #c85f81;
}
.color-5 {
color: #a64e6c;
}

/* CSS Variables */
:root {
--color-1: #f4bfb4;
--color-2: #e1a8c3;
--color-3: #d57c9a;
--color-4: #c85f81;
--color-5: #a64e6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4bfb4, #e1a8c3, #d57c9a, #c85f81, #a64e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4bfb4, #e1a8c3, #d57c9a, #c85f81, #a64e6c);
}

Blushing Serenade color palette created on .