Serene Skies at Dusk Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Skies at Dusk palette
Serene Skies at Dusk color palette CSS
/* CSS */
.color-1 {
color: #4a5b78;
}
.color-2 {
color: #6a7a90;
}
.color-3 {
color: #9aa9b6;
}
.color-4 {
color: #cfd6d8;
}
.color-5 {
color: #f4d67b;
}
/* CSS Variables */
:root {
--color-1: #4a5b78;
--color-2: #6a7a90;
--color-3: #9aa9b6;
--color-4: #cfd6d8;
--color-5: #f4d67b;
}
Serene Skies at Dusk background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5b78, #6a7a90, #9aa9b6, #cfd6d8, #f4d67b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5b78, #6a7a90, #9aa9b6, #cfd6d8, #f4d67b);
}
Similar color palettes
Scroll down to explore 600+ Blue color palettes
Serene Skies at Dusk color palette created on .