Celestial Legends Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Legends palette
Celestial Legends color palette CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #5b81e1;
}
.color-5 {
color: #3a4e78;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #f0a800;
--color-3: #f0d000;
--color-4: #5b81e1;
--color-5: #3a4e78;
}
Celestial Legends background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #f0a800, #f0d000, #5b81e1, #3a4e78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #f0a800, #f0d000, #5b81e1, #3a4e78);
}
Similar color palettes
Celestial Legends color palette created on .