Color names in this palette
CSS code for this palette
/* CSS */
.mystic-blue {
color: #4dabd1;
}
.candid-blue {
color: #6bcbe6;
}
.charlotte {
color: #a4e0e5;
}
.granola {
color: #f4cc9f;
}
.orange-grove {
color: #fbaf8e;
}
/* CSS Variables */
:root {
--mystic-blue:#4dabd1;
--candid-blue:#6bcbe6;
--charlotte:#a4e0e5;
--granola:#f4cc9f;
--orange-grove:#fbaf8e;
}