Color names in this palette
CSS code for this palette
/* CSS */
.blue-fire {
color: #00a8e0;
}
.caribbean-blue {
color: #1ccae9;
}
.fresh-turquoise {
color: #38e0e0;
}
.hammam-blue {
color: #60e1d8;
}
.roller-derby {
color: #8efbda;
}
/* CSS Variables */
:root {
--blue-fire:#00a8e0;
--caribbean-blue:#1ccae9;
--fresh-turquoise:#38e0e0;
--hammam-blue:#60e1d8;
--roller-derby:#8efbda;
}