Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f6a7c1;
}
.tiny-mr-frosty {
color: #bad4e3;
}
.verditer-blue {
color: #4fabbf;
}
.turkish-stone {
color: #2f7d92;
}
.canoe-blue {
color: #1b5074;
}
/* CSS Variables */
:root {
--rogue-pink:#f6a7c1;
--tiny-mr-frosty:#bad4e3;
--verditer-blue:#4fabbf;
--turkish-stone:#2f7d92;
--canoe-blue:#1b5074;
}