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