Celestial Fragments Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Fragments palette

Share this palette to:

Celestial Fragments color palette CSS

/* CSS */
.color-1 {
color: #f3a582;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #f9d7b9;
}
.color-4 {
color: #fcf4d9;
}
.color-5 {
color: #f8c9d1;
}

/* CSS Variables */
:root {
--color-1: #f3a582;
--color-2: #f7c5a1;
--color-3: #f9d7b9;
--color-4: #fcf4d9;
--color-5: #f8c9d1;
}

Celestial Fragments background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a582, #f7c5a1, #f9d7b9, #fcf4d9, #f8c9d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a582, #f7c5a1, #f9d7b9, #fcf4d9, #f8c9d1);
}

Celestial Fragments color palette created on .