Color names in this palette
CSS code for this palette
/* CSS */
.rockpool {
color: #4f9ea1;
}
.crystalsong-blue {
color: #4cb6b8;
}
.turquoise-chalk {
color: #6de3d7;
}
.pagoda-blue {
color: #1a8a8e;
}
.iced-apricot {
color: #f1d7c1;
}
/* CSS Variables */
:root {
--rockpool:#4f9ea1;
--crystalsong-blue:#4cb6b8;
--turquoise-chalk:#6de3d7;
--pagoda-blue:#1a8a8e;
--iced-apricot:#f1d7c1;
}