Diverse Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Diverse Embrace palette
Diverse Embrace color palette CSS
/* CSS */
.color-1 {
color: #f4d19f;
}
.color-2 {
color: #e9b59b;
}
.color-3 {
color: #d79b89;
}
.color-4 {
color: #bc7f71;
}
.color-5 {
color: #8b5b5d;
}
/* CSS Variables */
:root {
--color-1: #f4d19f;
--color-2: #e9b59b;
--color-3: #d79b89;
--color-4: #bc7f71;
--color-5: #8b5b5d;
}
Diverse Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4d19f, #e9b59b, #d79b89, #bc7f71, #8b5b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4d19f, #e9b59b, #d79b89, #bc7f71, #8b5b5d);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Diverse Embrace color palette created on .