Celestial Charms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Charms palette

Share this palette to:

Celestial Charms color palette CSS

/* CSS */
.color-1 {
color: #4b789b;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e6c689;
}
.color-4 {
color: #e04f38;
}
.color-5 {
color: #5b2f4e;
}

/* CSS Variables */
:root {
--color-1: #4b789b;
--color-2: #f1a8a2;
--color-3: #e6c689;
--color-4: #e04f38;
--color-5: #5b2f4e;
}

Celestial Charms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b789b, #f1a8a2, #e6c689, #e04f38, #5b2f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b789b, #f1a8a2, #e6c689, #e04f38, #5b2f4e);
}

Celestial Charms color palette created on .