Color names in this palette
CSS code for this palette
/* CSS */
.capri {
color: #00bfff;
}
.caribbean-blue {
color: #1ec0d2;
}
.swimmers-pool {
color: #2fc6c1;
}
.bianchi-green {
color: #3dd1c8;
}
.near-moon {
color: #5de5d5;
}
/* CSS Variables */
:root {
--capri:#00bfff;
--caribbean-blue:#1ec0d2;
--swimmers-pool:#2fc6c1;
--bianchi-green:#3dd1c8;
--near-moon:#5de5d5;
}