Celestial Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Yellow palette

Share this palette to:

Celestial Yellow color palette CSS

/* CSS */
.color-1 {
color: #f7da4b;
}
.color-2 {
color: #f6a85a;
}
.color-3 {
color: #f2636a;
}
.color-4 {
color: #a25d9c;
}
.color-5 {
color: #4b7bb9;
}

/* CSS Variables */
:root {
--color-1: #f7da4b;
--color-2: #f6a85a;
--color-3: #f2636a;
--color-4: #a25d9c;
--color-5: #4b7bb9;
}

Celestial Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7da4b, #f6a85a, #f2636a, #a25d9c, #4b7bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7da4b, #f6a85a, #f2636a, #a25d9c, #4b7bb9);
}

Celestial Yellow color palette created on .