Color names in this palette
CSS code for this palette
/* CSS */
.petrel {
color: #3e76b6;
}
.blueberry-soft-blue {
color: #5a9bc4;
}
.coastal-waters {
color: #7db5d8;
}
.chefchaouen-blue {
color: #a4d4e5;
}
.frostproof {
color: #cff1f7;
}
/* CSS Variables */
:root {
--petrel:#3e76b6;
--blueberry-soft-blue:#5a9bc4;
--coastal-waters:#7db5d8;
--chefchaouen-blue:#a4d4e5;
--frostproof:#cff1f7;
}