/* CSS */
.color-1 {
color: #E5C4A4;
}
.color-2 {
color: #F26E6E;
}
.color-3 {
color: #F9B1A4;
}
.color-4 {
color: #F9D6A9;
}
.color-5 {
color: #D0A749;
}
/* CSS Variables */
:root {
--color-1: #E5C4A4;
--color-2: #F26E6E;
--color-3: #F9B1A4;
--color-4: #F9D6A9;
--color-5: #D0A749;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #E5C4A4, #F26E6E, #F9B1A4, #F9D6A9, #D0A749);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #E5C4A4, #F26E6E, #F9B1A4, #F9D6A9, #D0A749);
}Karr's Warm Embrace color palette created on .