Color names in this palette
CSS code for this palette
/* CSS */
.arctic-paradise {
color: #b4e0f8;
}
.july {
color: #8bd2e4;
}
.disembark {
color: #5cb8d6;
}
.blue-damselfly {
color: #299fd6;
}
.stomy-shower {
color: #0086b3;
}
/* CSS Variables */
:root {
--arctic-paradise:#b4e0f8;
--july:#8bd2e4;
--disembark:#5cb8d6;
--blue-damselfly:#299fd6;
--stomy-shower:#0086b3;
}