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