/* CSS */
.color-1 {
color: #F3B4D4;
}
.color-2 {
color: #E8A1C2;
}
.color-3 {
color: #D888A4;
}
.color-4 {
color: #D1719F;
}
.color-5 {
color: #C45A8D;
}
/* CSS Variables */
:root {
--color-1: #F3B4D4;
--color-2: #E8A1C2;
--color-3: #D888A4;
--color-4: #D1719F;
--color-5: #C45A8D;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F3B4D4, #E8A1C2, #D888A4, #D1719F, #C45A8D);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F3B4D4, #E8A1C2, #D888A4, #D1719F, #C45A8D);
}
Pink Althea color palette created on .