Spicy Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spicy Serenity palette
Spicy Serenity color palette CSS
/* CSS */
.color-1 {
color: #a1d6d9;
}
.color-2 {
color: #f5b1a3;
}
.color-3 {
color: #f4ca4e;
}
.color-4 {
color: #e9caa5;
}
.color-5 {
color: #d06c94;
}
/* CSS Variables */
:root {
--color-1: #a1d6d9;
--color-2: #f5b1a3;
--color-3: #f4ca4e;
--color-4: #e9caa5;
--color-5: #d06c94;
}
Spicy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d6d9, #f5b1a3, #f4ca4e, #e9caa5, #d06c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d6d9, #f5b1a3, #f4ca4e, #e9caa5, #d06c94);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Spicy Serenity color palette created on .