Color names in this palette
CSS code for this palette
/* CSS */
.sea-bed {
color: #2a808d;
}
.artesian-well {
color: #5cb2a7;
}
.blue-green-gem {
color: #80d0c7;
}
.pina-colada {
color: #f4dfb4;
}
.phoenix-red {
color: #e6735c;
}
/* CSS Variables */
:root {
--sea-bed:#2a808d;
--artesian-well:#5cb2a7;
--blue-green-gem:#80d0c7;
--pina-colada:#f4dfb4;
--phoenix-red:#e6735c;
}