Gale's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gale's Embrace palette
Gale's Embrace color palette CSS
/* CSS */
.color-1 {
color: #a3d9e1;
}
.color-2 {
color: #f0b17a;
}
.color-3 {
color: #d15400;
}
.color-4 {
color: #bf3a2b;
}
.color-5 {
color: #aa3227;
}
/* CSS Variables */
:root {
--color-1: #a3d9e1;
--color-2: #f0b17a;
--color-3: #d15400;
--color-4: #bf3a2b;
--color-5: #aa3227;
}
Gale's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e1, #f0b17a, #d15400, #bf3a2b, #aa3227);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e1, #f0b17a, #d15400, #bf3a2b, #aa3227);
}
Similar color palettes
Scroll down to explore 60+ Aesthetic color palettes
Gale's Embrace color palette created on .