Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1a818e;
}
.crystalsong-blue {
color: #4db3b1;
}
.soft-turquoise {
color: #72d1d5;
}
.ice-crystal-blue {
color: #a4e5e2;
}
.everlasting-ice {
color: #f5faf9;
}
/* CSS Variables */
:root {
--pagoda-blue:#1a818e;
--crystalsong-blue:#4db3b1;
--soft-turquoise:#72d1d5;
--ice-crystal-blue:#a4e5e2;
--everlasting-ice:#f5faf9;
}