Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.shallow-shoal {
color: #9fd6d2;
}
.fine-blue {
color: #b4e4e0;
}
.lusty-salmon {
color: #f0b2a3;
}
.cape-jasmine {
color: #ffb85c;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--shallow-shoal:#9fd6d2;
--fine-blue:#b4e4e0;
--lusty-salmon:#f0b2a3;
--cape-jasmine:#ffb85c;
}