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