Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.lion-cub {
color: #f8caa5;
}
.flowering-cactus {
color: #a2d7b9;
}
.coolbox-ice-turquoise {
color: #4ba09a;
}
.chinese-porcelain {
color: #3d5c7f;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--lion-cub:#f8caa5;
--flowering-cactus:#a2d7b9;
--coolbox-ice-turquoise:#4ba09a;
--chinese-porcelain:#3d5c7f;
}