Galactic Confectionery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Confectionery palette
Galactic Confectionery color palette CSS
/* CSS */
.color-1 {
color: #6f4c3e;
}
.color-2 {
color: #9b6b5f;
}
.color-3 {
color: #c8a09d;
}
.color-4 {
color: #e3b0b3;
}
.color-5 {
color: #f9d29f;
}
/* CSS Variables */
:root {
--color-1: #6f4c3e;
--color-2: #9b6b5f;
--color-3: #c8a09d;
--color-4: #e3b0b3;
--color-5: #f9d29f;
}
Galactic Confectionery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f4c3e, #9b6b5f, #c8a09d, #e3b0b3, #f9d29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f4c3e, #9b6b5f, #c8a09d, #e3b0b3, #f9d29f);
}
Similar color palettes
Galactic Confectionery color palette created on .