Color names in this palette
CSS code for this palette
/* CSS */
.menacing-clouds {
color: #6c7989;
}
.cathedral-glass {
color: #7b999d;
}
.moncur {
color: #9ab7af;
}
.thunder-bay {
color: #cad8d6;
}
.bakery-box {
color: #f0f4f1;
}
/* CSS Variables */
:root {
--menacing-clouds:#6c7989;
--cathedral-glass:#7b999d;
--moncur:#9ab7af;
--thunder-bay:#cad8d6;
--bakery-box:#f0f4f1;
}