SUNNY'S NIGHTMARE Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with SUNNY'S NIGHTMARE palette
SUNNY'S NIGHTMARE color palette PNG image
SUNNY'S NIGHTMARE color palette CSS
/* CSS */
.color-1 {
color: #3f4f92;
}
.color-2 {
color: #36477c;
}
.color-3 {
color: #28346c;
}
.color-4 {
color: #202860;
}
.color-5 {
color: #090101;
}
/* CSS Variables */
:root {
--color-1: #3f4f92;
--color-2: #36477c;
--color-3: #28346c;
--color-4: #202860;
--color-5: #090101;
}
SUNNY'S NIGHTMARE background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f4f92, #36477c, #28346c, #202860, #090101);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f4f92, #36477c, #28346c, #202860, #090101);
}
Similar color palettes
SUNNY'S NIGHTMARE color palette created on .