Crimson Night, Twinkling Stars Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crimson Night, Twinkling Stars palette
Color Inspiration
Images that showcase this color palette in real designs
Download Crimson Night, Twinkling Stars Color Palette (PNG)
Crimson Night, Twinkling Stars color palette CSS
/* CSS */
.color-1 {
color: #6d2c3f;
}
.color-2 {
color: #4e4c76;
}
.color-3 {
color: #2c2e4e;
}
.color-4 {
color: #2d5d67;
}
.color-5 {
color: #a6c6c9;
}
/* CSS Variables */
:root {
--color-1: #6d2c3f;
--color-2: #4e4c76;
--color-3: #2c2e4e;
--color-4: #2d5d67;
--color-5: #a6c6c9;
}
Crimson Night, Twinkling Stars background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6d2c3f, #4e4c76, #2c2e4e, #2d5d67, #a6c6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6d2c3f, #4e4c76, #2c2e4e, #2d5d67, #a6c6c9);
}
Similar color palettes
Crimson Night, Twinkling Stars color palette created on .