Color names in this palette
CSS code for this palette
/* CSS */
.charybdis {
color: #1a9dd1;
}
.malibu {
color: #65b8e2;
}
.ganon-blue {
color: #a9e1f9;
}
.dandelion-whisper {
color: #fef3b4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--charybdis:#1a9dd1;
--malibu:#65b8e2;
--ganon-blue:#a9e1f9;
--dandelion-whisper:#fef3b4;
--grapefruit-pulp:#ff6e61;
}