Blushing Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Elegance palette

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

Blushing Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d5d3;
}
.color-2 {
color: #f1a7ae;
}
.color-3 {
color: #eab3c6;
}
.color-4 {
color: #e7b1d7;
}
.color-5 {
color: #f4c3e0;
}

/* CSS Variables */
:root {
--color-1: #f8d5d3;
--color-2: #f1a7ae;
--color-3: #eab3c6;
--color-4: #e7b1d7;
--color-5: #f4c3e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5d3, #f1a7ae, #eab3c6, #e7b1d7, #f4c3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5d3, #f1a7ae, #eab3c6, #e7b1d7, #f4c3e0);
}

Blushing Elegance color palette created on .