Color names in this palette
CSS code for this palette
/* CSS */
.curious-blue {
color: #407fba;
}
.disembark {
color: #5bb2d7;
}
.middle-blue {
color: #7ed4e7;
}
.marigold-dust {
color: #f7c83b;
}
.flame-angelfish {
color: #f84d2a;
}
/* CSS Variables */
:root {
--curious-blue:#407fba;
--disembark:#5bb2d7;
--middle-blue:#7ed4e7;
--marigold-dust:#f7c83b;
--flame-angelfish:#f84d2a;
}