Ethereal Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Blush palette

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

Ethereal Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f9d8c3;
}
.color-2 {
color: #f0b5a3;
}
.color-3 {
color: #e69a89;
}
.color-4 {
color: #d4806e;
}
.color-5 {
color: #b9705f;
}

/* CSS Variables */
:root {
--color-1: #f9d8c3;
--color-2: #f0b5a3;
--color-3: #e69a89;
--color-4: #d4806e;
--color-5: #b9705f;
}

Ethereal Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d8c3, #f0b5a3, #e69a89, #d4806e, #b9705f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d8c3, #f0b5a3, #e69a89, #d4806e, #b9705f);
}

Ethereal Blush color palette created on .