Color names in this palette
CSS code for this palette
/* CSS */
.paradise-sky {
color: #66c5d1;
}
.tropical-escape {
color: #4bb9b2;
}
.sea {
color: #3a9c8e;
}
.florida-sunrise {
color: #f3a76d;
}
.coral-pink {
color: #f67c79;
}
/* CSS Variables */
:root {
--paradise-sky:#66c5d1;
--tropical-escape:#4bb9b2;
--sea:#3a9c8e;
--florida-sunrise:#f3a76d;
--coral-pink:#f67c79;
}