Celestial Sovereignty Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Sovereignty palette
Celestial Sovereignty color palette CSS
/* CSS */
.color-1 {
color: #3c709a;
}
.color-2 {
color: #5a89b5;
}
.color-3 {
color: #70a8c2;
}
.color-4 {
color: #8ed0d7;
}
.color-5 {
color: #b3e2ea;
}
/* CSS Variables */
:root {
--color-1: #3c709a;
--color-2: #5a89b5;
--color-3: #70a8c2;
--color-4: #8ed0d7;
--color-5: #b3e2ea;
}
Celestial Sovereignty background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c709a, #5a89b5, #70a8c2, #8ed0d7, #b3e2ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c709a, #5a89b5, #70a8c2, #8ed0d7, #b3e2ea);
}
Similar color palettes
Celestial Sovereignty color palette created on .