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: #4b8ca0;
}
.color-2 {
color: #66b2b7;
}
.color-3 {
color: #a3e0d8;
}
.color-4 {
color: #f4c3b3;
}
.color-5 {
color: #f2a6b1;
}

/* CSS Variables */
:root {
--color-1: #4b8ca0;
--color-2: #66b2b7;
--color-3: #a3e0d8;
--color-4: #f4c3b3;
--color-5: #f2a6b1;
}

Celestial Feathers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8ca0, #66b2b7, #a3e0d8, #f4c3b3, #f2a6b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8ca0, #66b2b7, #a3e0d8, #f4c3b3, #f2a6b1);
}

Celestial Feathers color palette created on .