/* CSS */
.color-1 {
color: #F6D9C1;
}
.color-2 {
color: #F1C6A7;
}
.color-3 {
color: #EBB08E;
}
.color-4 {
color: #D84F6B;
}
.color-5 {
color: #B43C8A;
}
/* CSS Variables */
:root {
--color-1: #F6D9C1;
--color-2: #F1C6A7;
--color-3: #EBB08E;
--color-4: #D84F6B;
--color-5: #B43C8A;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F6D9C1, #F1C6A7, #EBB08E, #D84F6B, #B43C8A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F6D9C1, #F1C6A7, #EBB08E, #D84F6B, #B43C8A);
}
Pink Bella color palette created on .