Celestial Feathers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Feathers palette

Share this palette to:

Celestial Feathers color palette CSS

/* CSS */
.color-1 {
color: #1f3b4d;
}
.color-2 {
color: #4f7a9c;
}
.color-3 {
color: #8db5c8;
}
.color-4 {
color: #f1d6b1;
}
.color-5 {
color: #f8a19b;
}

/* CSS Variables */
:root {
--color-1: #1f3b4d;
--color-2: #4f7a9c;
--color-3: #8db5c8;
--color-4: #f1d6b1;
--color-5: #f8a19b;
}

Celestial Feathers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3b4d, #4f7a9c, #8db5c8, #f1d6b1, #f8a19b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3b4d, #4f7a9c, #8db5c8, #f1d6b1, #f8a19b);
}

Celestial Feathers color palette created on .