Color names in this palette
CSS code for this palette
/* CSS */
.blue-square {
color: #4d8b99;
}
.pearl-bay {
color: #80c6c6;
}
.ice-crystal-blue {
color: #a4e5e5;
}
.just-a-tease {
color: #f9d4d2;
}
.ponceau {
color: #f25a76;
}
/* CSS Variables */
:root {
--blue-square:#4d8b99;
--pearl-bay:#80c6c6;
--ice-crystal-blue:#a4e5e5;
--just-a-tease:#f9d4d2;
--ponceau:#f25a76;
}