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