/* CSS */
.color-1 {
color: #F5D4C2;
}
.color-2 {
color: #ECB3A2;
}
.color-3 {
color: #E39D7D;
}
.color-4 {
color: #D57F5D;
}
.color-5 {
color: #C75938;
}
/* CSS Variables */
:root {
--color-1: #F5D4C2;
--color-2: #ECB3A2;
--color-3: #E39D7D;
--color-4: #D57F5D;
--color-5: #C75938;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F5D4C2, #ECB3A2, #E39D7D, #D57F5D, #C75938);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F5D4C2, #ECB3A2, #E39D7D, #D57F5D, #C75938);
}
Warm Skin Tones color palette created on .