Warm Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Embrace palette
Warm Embrace color palette PNG image
Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #f9d8c3;
}
.color-2 {
color: #f2b2a1;
}
.color-3 {
color: #e89d8c;
}
.color-4 {
color: #d27d6a;
}
.color-5 {
color: #bc5c5e;
}
/* CSS Variables */
:root {
--color-1: #f9d8c3;
--color-2: #f2b2a1;
--color-3: #e89d8c;
--color-4: #d27d6a;
--color-5: #bc5c5e;
}
Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d8c3, #f2b2a1, #e89d8c, #d27d6a, #bc5c5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d8c3, #f2b2a1, #e89d8c, #d27d6a, #bc5c5e);
}
Similar color palettes
Warm Embrace color palette created on .