Celestial Redemption Color Palette
Discover the beautiful Celestial Redemption color palette featuring marzipan (#f6e48e), macaroni and cheese (#ffbf75), salmon (#ff7a7a), conifer (#badb57) and danube (#6b8acc).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Celestial Redemption palette
๐ป Celestial Redemption color palette CSS
/* CSS */
.color-1 {
color: #f6e48e;
}
.color-2 {
color: #ffbf75;
}
.color-3 {
color: #ff7a7a;
}
.color-4 {
color: #badb57;
}
.color-5 {
color: #6b8acc;
}
/* CSS Variables */
:root {
--color-1: #f6e48e;
--color-2: #ffbf75;
--color-3: #ff7a7a;
--color-4: #badb57;
--color-5: #6b8acc;
} ๐ Celestial Redemption background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e48e, #ffbf75, #ff7a7a, #badb57, #6b8acc);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e48e, #ffbf75, #ff7a7a, #badb57, #6b8acc);
} ๐ Explore similar color palettes
Celestial Redemption color palette created on .