Warm Embrace of Yorlay Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Embrace of Yorlay palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Embrace of Yorlay Color Palette (PNG)
Warm Embrace of Yorlay color palette CSS
/* CSS */
.color-1 {
color: #e2b8a1;
}
.color-2 {
color: #d59d7c;
}
.color-3 {
color: #b4896a;
}
.color-4 {
color: #8c5d4a;
}
.color-5 {
color: #5a3a3c;
}
/* CSS Variables */
:root {
--color-1: #e2b8a1;
--color-2: #d59d7c;
--color-3: #b4896a;
--color-4: #8c5d4a;
--color-5: #5a3a3c;
}
Warm Embrace of Yorlay background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a1, #d59d7c, #b4896a, #8c5d4a, #5a3a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a1, #d59d7c, #b4896a, #8c5d4a, #5a3a3c);
}
Similar color palettes
Warm Embrace of Yorlay color palette created on .