/* CSS */
.color-1 {
color: #31D0D8;
}
.color-2 {
color: #2ABFCF;
}
.color-3 {
color: #F5B48E;
}
.color-4 {
color: #EA9B99;
}
.color-5 {
color: #C95E96;
}
/* CSS Variables */
:root {
--color-1: #31D0D8;
--color-2: #2ABFCF;
--color-3: #F5B48E;
--color-4: #EA9B99;
--color-5: #C95E96;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #31D0D8, #2ABFCF, #F5B48E, #EA9B99, #C95E96);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #31D0D8, #2ABFCF, #F5B48E, #EA9B99, #C95E96);
}
Tropical Harmony color palette created on .