Whispers of Heloíse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Heloíse palette

Share this palette to:

Whispers of Heloíse color palette CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f3c6aa;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #f6eab6;
}
.color-5 {
color: #e0aec3;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f3c6aa;
--color-3: #f4e2b8;
--color-4: #f6eab6;
--color-5: #e0aec3;
}

Whispers of Heloíse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f3c6aa, #f4e2b8, #f6eab6, #e0aec3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f3c6aa, #f4e2b8, #f6eab6, #e0aec3);
}

Whispers of Heloíse color palette created on .