Celestial Plumage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Plumage palette
Celestial Plumage color palette CSS
/* CSS */
.color-1 {
color: #2a7cbb;
}
.color-2 {
color: #4ebae4;
}
.color-3 {
color: #63d1f2;
}
.color-4 {
color: #ffb86b;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #2a7cbb;
--color-2: #4ebae4;
--color-3: #63d1f2;
--color-4: #ffb86b;
--color-5: #ff6e61;
}
Celestial Plumage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a7cbb, #4ebae4, #63d1f2, #ffb86b, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a7cbb, #4ebae4, #63d1f2, #ffb86b, #ff6e61);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Celestial Plumage color palette created on .