Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a6d8b9;
}
.twin-cities {
color: #a4c6c6;
}
.sky-pilot {
color: #a4b9d6;
}
.violet-velvet {
color: #b49dd8;
}
.rosecco {
color: #eab8e4;
}
/* CSS Variables */
:root {
--eerie-glow:#a6d8b9;
--twin-cities:#a4c6c6;
--sky-pilot:#a4b9d6;
--violet-velvet:#b49dd8;
--rosecco:#eab8e4;
}