Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.boat-house {
color: #4f8dbf;
}
.terrace-pool {
color: #a3d6e0;
}
.forsythia-blossom {
color: #f8d56d;
}
.entan-red {
color: #f16c4b;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--boat-house:#4f8dbf;
--terrace-pool:#a3d6e0;
--forsythia-blossom:#f8d56d;
--entan-red:#f16c4b;
}