Color names in this palette
CSS code for this palette
/* CSS */
.angel-blue {
color: #85c4cc;
}
.sparkling-mint {
color: #a3dcd4;
}
.peek-a-blue {
color: #c5e2e0;
}
.sarawak-white-pepper {
color: #f3f2b9;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--angel-blue:#85c4cc;
--sparkling-mint:#a3dcd4;
--peek-a-blue:#c5e2e0;
--sarawak-white-pepper:#f3f2b9;
--apricot-glazed-chicken:#f5a524;
}