Serenity in Shadows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity in Shadows palette
Serenity in Shadows color palette CSS
/* CSS */
.color-1 {
color: #a4b5d5;
}
.color-2 {
color: #6d8dba;
}
.color-3 {
color: #3c6e9a;
}
.color-4 {
color: #2b4d8c;
}
.color-5 {
color: #1d3b5e;
}
/* CSS Variables */
:root {
--color-1: #a4b5d5;
--color-2: #6d8dba;
--color-3: #3c6e9a;
--color-4: #2b4d8c;
--color-5: #1d3b5e;
}
Serenity in Shadows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b5d5, #6d8dba, #3c6e9a, #2b4d8c, #1d3b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b5d5, #6d8dba, #3c6e9a, #2b4d8c, #1d3b5e);
}
Similar color palettes
Scroll down to explore 500+ Blue color palettes
Serenity in Shadows color palette created on .