Celestial Confection Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Confection palette
Celestial Confection color palette CSS
/* CSS */
.color-1 {
color: #f8e5b4;
}
.color-2 {
color: #e3b0c7;
}
.color-3 {
color: #c79fd1;
}
.color-4 {
color: #9a6acd;
}
.color-5 {
color: #5e4f8c;
}
/* CSS Variables */
:root {
--color-1: #f8e5b4;
--color-2: #e3b0c7;
--color-3: #c79fd1;
--color-4: #9a6acd;
--color-5: #5e4f8c;
}
Celestial Confection background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e5b4, #e3b0c7, #c79fd1, #9a6acd, #5e4f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e5b4, #e3b0c7, #c79fd1, #9a6acd, #5e4f8c);
}
Similar color palettes
Celestial Confection color palette created on .