/* CSS */
.color-1 {
color: #F6D7D5;
}
.color-2 {
color: #F8E7E7;
}
.color-3 {
color: #F9EDEC;
}
.color-4 {
color: #F4E2E7;
}
.color-5 {
color: #EFD7DF;
}
/* CSS Variables */
:root {
--color-1: #F6D7D5;
--color-2: #F8E7E7;
--color-3: #F9EDEC;
--color-4: #F4E2E7;
--color-5: #EFD7DF;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F6D7D5, #F8E7E7, #F9EDEC, #F4E2E7, #EFD7DF);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F6D7D5, #F8E7E7, #F9EDEC, #F4E2E7, #EFD7DF);
}
Rebel Women color palette created on .