Color names in this palette
CSS code for this palette
/* CSS */
.bluesy-note {
color: #7e9bb9;
}
.catch-the-wave {
color: #b4d9d9;
}
.james-blonde {
color: #f0e4b7;
}
.florida-sunrise {
color: #f3a76d;
}
.peppermint-swirl {
color: #d7607c;
}
/* CSS Variables */
:root {
--bluesy-note:#7e9bb9;
--catch-the-wave:#b4d9d9;
--james-blonde:#f0e4b7;
--florida-sunrise:#f3a76d;
--peppermint-swirl:#d7607c;
}