Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1a73b7;
}
.lake-thun {
color: #49b8e4;
}
.heisenberg-blue {
color: #75dff5;
}
.icery {
color: #a5f8e2;
}
.marigold-dust {
color: #f4cf3e;
}
/* CSS Variables */
:root {
--beautiful-blue:#1a73b7;
--lake-thun:#49b8e4;
--heisenberg-blue:#75dff5;
--icery:#a5f8e2;
--marigold-dust:#f4cf3e;
}