Shadows of Assurance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shadows of Assurance palette
Shadows of Assurance color palette CSS
/* CSS */
.color-1 {
color: #1a202d;
}
.color-2 {
color: #4a5a82;
}
.color-3 {
color: #7c9cab;
}
.color-4 {
color: #a4c5da;
}
.color-5 {
color: #e1e8ef;
}
/* CSS Variables */
:root {
--color-1: #1a202d;
--color-2: #4a5a82;
--color-3: #7c9cab;
--color-4: #a4c5da;
--color-5: #e1e8ef;
}
Shadows of Assurance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a202d, #4a5a82, #7c9cab, #a4c5da, #e1e8ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a202d, #4a5a82, #7c9cab, #a4c5da, #e1e8ef);
}
Similar color palettes
Shadows of Assurance color palette created on .