Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #224e7c;
}
.sea-drifter {
color: #477994;
}
.charter {
color: #6cb4d0;
}
.glitter-yellow {
color: #fad55c;
}
.diluno-red {
color: #f2685f;
}
/* CSS Variables */
:root {
--blueberry-twist:#224e7c;
--sea-drifter:#477994;
--charter:#6cb4d0;
--glitter-yellow:#fad55c;
--diluno-red:#f2685f;
}