Gentle Goat's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Goat's Embrace palette
Gentle Goat's Embrace color palette CSS
/* CSS */
.color-1 {
color: #e1b7d3;
}
.color-2 {
color: #d5a5c6;
}
.color-3 {
color: #a57e97;
}
.color-4 {
color: #c09a7c;
}
.color-5 {
color: #e6d6a7;
}
/* CSS Variables */
:root {
--color-1: #e1b7d3;
--color-2: #d5a5c6;
--color-3: #a57e97;
--color-4: #c09a7c;
--color-5: #e6d6a7;
}
Gentle Goat's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d3, #d5a5c6, #a57e97, #c09a7c, #e6d6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d3, #d5a5c6, #a57e97, #c09a7c, #e6d6a7);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Gentle Goat's Embrace color palette created on .