Warm Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Embrace palette
Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #ffc2a3;
}
.color-2 {
color: #ffa08f;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d64b38;
}
.color-5 {
color: #a63b26;
}
/* CSS Variables */
:root {
--color-1: #ffc2a3;
--color-2: #ffa08f;
--color-3: #ff6e61;
--color-4: #d64b38;
--color-5: #a63b26;
}
Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2a3, #ffa08f, #ff6e61, #d64b38, #a63b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2a3, #ffa08f, #ff6e61, #d64b38, #a63b26);
}
Similar color palettes
Scroll down to explore 60 Aesthetic color palettes
Warm Embrace color palette created on .