Color names in this palette
CSS code for this palette
/* CSS */
.heartthrob {
color: #a92d35;
}
.welcoming-wasp {
color: #f0a800;
}
.common-dandelion {
color: #ffd65c;
}
.lake-thun {
color: #4bbae2;
}
.florentine-lapis {
color: #1d5c9a;
}
/* CSS Variables */
:root {
--heartthrob:#a92d35;
--welcoming-wasp:#f0a800;
--common-dandelion:#ffd65c;
--lake-thun:#4bbae2;
--florentine-lapis:#1d5c9a;
}