Severe Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Severe Serenity palette
Severe Serenity color palette PNG image
Severe Serenity color palette CSS
/* CSS */
.color-1 {
color: #3a3b35;
}
.color-2 {
color: #7c7a6a;
}
.color-3 {
color: #a3a35c;
}
.color-4 {
color: #e6b52d;
}
.color-5 {
color: #d22d3d;
}
/* CSS Variables */
:root {
--color-1: #3a3b35;
--color-2: #7c7a6a;
--color-3: #a3a35c;
--color-4: #e6b52d;
--color-5: #d22d3d;
}
Severe Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3b35, #7c7a6a, #a3a35c, #e6b52d, #d22d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3b35, #7c7a6a, #a3a35c, #e6b52d, #d22d3d);
}
Similar color palettes
Severe Serenity color palette created on .