Shades of Thunder Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Thunder palette
Shades of Thunder color palette CSS
/* CSS */
.color-1 {
color: #4a2b2d;
}
.color-2 {
color: #a76c70;
}
.color-3 {
color: #e1a8a3;
}
.color-4 {
color: #f4bdb4;
}
.color-5 {
color: #f2e1d4;
}
/* CSS Variables */
:root {
--color-1: #4a2b2d;
--color-2: #a76c70;
--color-3: #e1a8a3;
--color-4: #f4bdb4;
--color-5: #f2e1d4;
}
Shades of Thunder background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a2b2d, #a76c70, #e1a8a3, #f4bdb4, #f2e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a2b2d, #a76c70, #e1a8a3, #f4bdb4, #f2e1d4);
}
Similar color palettes
Shades of Thunder color palette created on .