/* CSS */
.color-1 {
color: #F5E6B7;
}
.color-2 {
color: #F4B1A4;
}
.color-3 {
color: #E79C8D;
}
.color-4 {
color: #D8806F;
}
.color-5 {
color: #BF5A4A;
}
/* CSS Variables */
:root {
--color-1: #F5E6B7;
--color-2: #F4B1A4;
--color-3: #E79C8D;
--color-4: #D8806F;
--color-5: #BF5A4A;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F5E6B7, #F4B1A4, #E79C8D, #D8806F, #BF5A4A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F5E6B7, #F4B1A4, #E79C8D, #D8806F, #BF5A4A);
}
Tessa's Embrace color palette created on .