Color names in this palette
CSS code for this palette
/* CSS */
.saltwater-denim {
color: #18597b;
}
.fairy-tale-blue {
color: #3c9eb9;
}
.turquoise-sea {
color: #6cd3e5;
}
.frosty-soft-blue {
color: #b2e0e0;
}
.classic-chalk {
color: #f5f3f0;
}
/* CSS Variables */
:root {
--saltwater-denim:#18597b;
--fairy-tale-blue:#3c9eb9;
--turquoise-sea:#6cd3e5;
--frosty-soft-blue:#b2e0e0;
--classic-chalk:#f5f3f0;
}