/* CSS */
.color-1 {
color: #F2D7C0;
}
.color-2 {
color: #E3B8A1;
}
.color-3 {
color: #D89F8D;
}
.color-4 {
color: #C58D7C;
}
.color-5 {
color: #B37565;
}
/* CSS Variables */
:root {
--color-1: #F2D7C0;
--color-2: #E3B8A1;
--color-3: #D89F8D;
--color-4: #C58D7C;
--color-5: #B37565;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F2D7C0, #E3B8A1, #D89F8D, #C58D7C, #B37565);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F2D7C0, #E3B8A1, #D89F8D, #C58D7C, #B37565);
}
Nude Shades color palette created on .