/* CSS */
.color-1 {
color: #FBD0CB;
}
.color-2 {
color: #F49957;
}
.color-3 {
color: #EFBF2E;
}
.color-4 {
color: #EF682E;
}
.color-5 {
color: #EF4E76;
}
/* CSS Variables */
:root {
--color-1: #FBD0CB;
--color-2: #F49957;
--color-3: #EFBF2E;
--color-4: #EF682E;
--color-5: #EF4E76;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FBD0CB, #F49957, #EFBF2E, #EF682E, #EF4E76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FBD0CB, #F49957, #EFBF2E, #EF682E, #EF4E76);
}
Tropical Blossom color palette created on .