Color names in this palette
CSS code for this palette
/* CSS */
.cashmere-blue {
color: #a3b8d1;
}
.cerulean-frost {
color: #6f9cc8;
}
.azure-blue {
color: #4a8fc4;
}
.vermeer-blue {
color: #2a80b2;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--cashmere-blue:#a3b8d1;
--cerulean-frost:#6f9cc8;
--azure-blue:#4a8fc4;
--vermeer-blue:#2a80b2;
--turkish-tile:#007c9e;
}