Starry Danger Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Starry Danger palette
Starry Danger color palette PNG image
Starry Danger color palette CSS
/* CSS */
.color-1 {
color: #0c103c;
}
.color-2 {
color: #2f1146;
}
.color-3 {
color: #431f70;
}
.color-4 {
color: #8737b9;
}
.color-5 {
color: #d27494;
}
/* CSS Variables */
:root {
--color-1: #0c103c;
--color-2: #2f1146;
--color-3: #431f70;
--color-4: #8737b9;
--color-5: #d27494;
}
Starry Danger background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c103c, #2f1146, #431f70, #8737b9, #d27494);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c103c, #2f1146, #431f70, #8737b9, #d27494);
}
Similar color palettes
Scroll down to explore 1000+ colors.deep navy color palettes
Starry Danger color palette created on .