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