/* CSS */
.color-1 {
color: #3094B5;
}
.color-2 {
color: #E0B152;
}
.color-3 {
color: #E48A6C;
}
.color-4 {
color: #E06752;
}
.color-5 {
color: #BE3C47;
}
/* CSS Variables */
:root {
--color-1: #3094B5;
--color-2: #E0B152;
--color-3: #E48A6C;
--color-4: #E06752;
--color-5: #BE3C47;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3094B5, #E0B152, #E48A6C, #E06752, #BE3C47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3094B5, #E0B152, #E48A6C, #E06752, #BE3C47);
}
Tropical Sunset Serenity color palette created on .