Whispers of Color Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Color palette
Whispers of Color color palette CSS
/* CSS */
.color-1 {
color: #fad12e;
}
.color-2 {
color: #f25a2c;
}
.color-3 {
color: #b11b6e;
}
.color-4 {
color: #a57dba;
}
.color-5 {
color: #6d9c8b;
}
/* CSS Variables */
:root {
--color-1: #fad12e;
--color-2: #f25a2c;
--color-3: #b11b6e;
--color-4: #a57dba;
--color-5: #6d9c8b;
}
Whispers of Color background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fad12e, #f25a2c, #b11b6e, #a57dba, #6d9c8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fad12e, #f25a2c, #b11b6e, #a57dba, #6d9c8b);
}
Similar color palettes
Whispers of Color color palette created on .