Celestial Citrus Blaze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Citrus Blaze palette
Celestial Citrus Blaze color palette CSS
/* CSS */
.color-1 {
color: #f1df3b;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff8b42;
}
.color-4 {
color: #ff5d38;
}
.color-5 {
color: #d4547a;
}
/* CSS Variables */
:root {
--color-1: #f1df3b;
--color-2: #ffb84d;
--color-3: #ff8b42;
--color-4: #ff5d38;
--color-5: #d4547a;
}
Celestial Citrus Blaze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1df3b, #ffb84d, #ff8b42, #ff5d38, #d4547a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1df3b, #ffb84d, #ff8b42, #ff5d38, #d4547a);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Celestial Citrus Blaze color palette created on .