/* CSS */
.color-1 {
color: #F6D3C6;
}
.color-2 {
color: #E4AFB0;
}
.color-3 {
color: #F6A088;
}
.color-4 {
color: #F5C447;
}
.color-5 {
color: #E0D06C;
}
/* CSS Variables */
:root {
--color-1: #F6D3C6;
--color-2: #E4AFB0;
--color-3: #F6A088;
--color-4: #F5C447;
--color-5: #E0D06C;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F6D3C6, #E4AFB0, #F6A088, #F5C447, #E0D06C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F6D3C6, #E4AFB0, #F6A088, #F5C447, #E0D06C);
}
Pink Sunset color palette created on .