/* CSS */
.color-1 {
color: #F7AAA1;
}
.color-2 {
color: #F5C6B2;
}
.color-3 {
color: #F3E1C9;
}
.color-4 {
color: #E7D5E1;
}
.color-5 {
color: #C2A6D9;
}
/* CSS Variables */
:root {
--color-1: #F7AAA1;
--color-2: #F5C6B2;
--color-3: #F3E1C9;
--color-4: #E7D5E1;
--color-5: #C2A6D9;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7AAA1, #F5C6B2, #F3E1C9, #E7D5E1, #C2A6D9);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7AAA1, #F5C6B2, #F3E1C9, #E7D5E1, #C2A6D9);
}Pink Skully color palette created on .