Warm Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Embrace palette
Download Warm Embrace Color Palette (PNG)
Warm Embrace color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #f4c3c3;
}
.color-3 {
color: #ef9a6c;
}
.color-4 {
color: #c75d4d;
}
.color-5 {
color: #9c4a3a;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #f4c3c3;
--color-3: #ef9a6c;
--color-4: #c75d4d;
--color-5: #9c4a3a;
}
Warm Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #f4c3c3, #ef9a6c, #c75d4d, #9c4a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #f4c3c3, #ef9a6c, #c75d4d, #9c4a3a);
}
Similar color palettes
Scroll down to explore 20+ Black color palettes
Warm Embrace color palette created on .