Whispers of Llorona Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Llorona palette

Share this palette to:

Whispers of Llorona color palette CSS

/* CSS */
.color-1 {
color: #f5b2b2;
}
.color-2 {
color: #f6c7a7;
}
.color-3 {
color: #f8e6a5;
}
.color-4 {
color: #e4f7a6;
}
.color-5 {
color: #a8e1d6;
}

/* CSS Variables */
:root {
--color-1: #f5b2b2;
--color-2: #f6c7a7;
--color-3: #f8e6a5;
--color-4: #e4f7a6;
--color-5: #a8e1d6;
}

Whispers of Llorona background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b2, #f6c7a7, #f8e6a5, #e4f7a6, #a8e1d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b2, #f6c7a7, #f8e6a5, #e4f7a6, #a8e1d6);
}

Whispers of Llorona color palette created on .