Ethereal Blush Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethereal Blush palette
Ethereal Blush color palette 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 background gradient 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);
}
Similar color palettes
Ethereal Blush color palette created on .