Spiced Rose Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spiced Rose Serenity palette
Spiced Rose Serenity color palette CSS
/* CSS */
.color-1 {
color: #d2691e;
}
.color-2 {
color: #f2b0ab;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #5f4b3a;
}
/* CSS Variables */
:root {
--color-1: #d2691e;
--color-2: #f2b0ab;
--color-3: #ffb3b3;
--color-4: #e9b79f;
--color-5: #5f4b3a;
}
Spiced Rose Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2691e, #f2b0ab, #ffb3b3, #e9b79f, #5f4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2691e, #f2b0ab, #ffb3b3, #e9b79f, #5f4b3a);
}
Similar color palettes
Spiced Rose Serenity color palette created on .