Celestial Glamour Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Glamour palette
Celestial Glamour color palette CSS
/* CSS */
.color-1 {
color: #fe6c6e;
}
.color-2 {
color: #fec83e;
}
.color-3 {
color: #c7d595;
}
.color-4 {
color: #a40a47;
}
.color-5 {
color: #944c6a;
}
/* CSS Variables */
:root {
--color-1: #fe6c6e;
--color-2: #fec83e;
--color-3: #c7d595;
--color-4: #a40a47;
--color-5: #944c6a;
}
Celestial Glamour background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fe6c6e, #fec83e, #c7d595, #a40a47, #944c6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fe6c6e, #fec83e, #c7d595, #a40a47, #944c6a);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Celestial Glamour color palette created on .