Color names in this palette
CSS code for this palette
/* CSS */
.panorama-blue {
color: #3cc1c3;
}
.kingfisher-turquoise {
color: #7bb7b6;
}
.porch-ceiling {
color: #a2b3b9;
}
.typewriter-ink {
color: #4c4f52;
}
.cod-grey {
color: #2d3034;
}
/* CSS Variables */
:root {
--panorama-blue:#3cc1c3;
--kingfisher-turquoise:#7bb7b6;
--porch-ceiling:#a2b3b9;
--typewriter-ink:#4c4f52;
--cod-grey:#2d3034;
}