Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.blue-damselfly {
color: #2b9cda;
}
.blue-paisley {
color: #1f80a3;
}
.wake-me-up {
color: #f6d55a;
}
.grenadine-pink {
color: #f95d6a;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--blue-damselfly:#2b9cda;
--blue-paisley:#1f80a3;
--wake-me-up:#f6d55a;
--grenadine-pink:#f95d6a;
}