Color names in this palette
CSS code for this palette
/* CSS */
.tropical-lagoon {
color: #1e99ae;
}
.bachelor-button {
color: #4bb9d2;
}
.charlotte {
color: #a4e1e5;
}
.boxwood-yellow {
color: #f0e6a3;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--tropical-lagoon:#1e99ae;
--bachelor-button:#4bb9d2;
--charlotte:#a4e1e5;
--boxwood-yellow:#f0e6a3;
--apricot-glazed-chicken:#f5a524;
}