Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #4d91d5;
}
.turkish-stone {
color: #2c7896;
}
.sea-hunter {
color: #1f5a7a;
}
.peppermint-fresh {
color: #69bf9a;
}
.maison-verte {
color: #e5f1da;
}
/* CSS Variables */
:root {
--blue-dart:#4d91d5;
--turkish-stone:#2c7896;
--sea-hunter:#1f5a7a;
--peppermint-fresh:#69bf9a;
--maison-verte:#e5f1da;
}