Whispers of Her Essence Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Her Essence palette
Whispers of Her Essence color palette CSS
/* CSS */
.color-1 {
color: #f5b2c1;
}
.color-2 {
color: #f1a7d0;
}
.color-3 {
color: #e69ed0;
}
.color-4 {
color: #c2abf2;
}
.color-5 {
color: #9b7be5;
}
/* CSS Variables */
:root {
--color-1: #f5b2c1;
--color-2: #f1a7d0;
--color-3: #e69ed0;
--color-4: #c2abf2;
--color-5: #9b7be5;
}
Whispers of Her Essence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2c1, #f1a7d0, #e69ed0, #c2abf2, #9b7be5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2c1, #f1a7d0, #e69ed0, #c2abf2, #9b7be5);
}
Similar color palettes
Whispers of Her Essence color palette created on .