Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #4b7b91;
}
.steel-pan-mallet {
color: #70a4a3;
}
.tranquil-teal {
color: #8fc7ba;
}
.sentinel {
color: #d1e0d5;
}
.bakery-box {
color: #f2f7f2;
}
/* CSS Variables */
:root {
--coelin-blue:#4b7b91;
--steel-pan-mallet:#70a4a3;
--tranquil-teal:#8fc7ba;
--sentinel:#d1e0d5;
--bakery-box:#f2f7f2;
}