Color names in this palette
CSS code for this palette
/* CSS */
.blue-tourmaline {
color: #4a9acf;
}
.broom-butterfly-blue {
color: #6bb3d6;
}
.terrace-pool {
color: #9edbe0;
}
.ancient-scroll {
color: #f1e3d0;
}
.peach-temptation {
color: #f4c3b3;
}
/* CSS Variables */
:root {
--blue-tourmaline:#4a9acf;
--broom-butterfly-blue:#6bb3d6;
--terrace-pool:#9edbe0;
--ancient-scroll:#f1e3d0;
--peach-temptation:#f4c3b3;
}