Blushing Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Elegance palette

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

Blushing Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7c5;
}
.color-2 {
color: #e78d99;
}
.color-3 {
color: #d4687e;
}
.color-4 {
color: #b8516e;
}
.color-5 {
color: #903c5b;
}

/* CSS Variables */
:root {
--color-1: #f1a7c5;
--color-2: #e78d99;
--color-3: #d4687e;
--color-4: #b8516e;
--color-5: #903c5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c5, #e78d99, #d4687e, #b8516e, #903c5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c5, #e78d99, #d4687e, #b8516e, #903c5b);
}

Blushing Elegance color palette created on .