Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d5e0;
}
.antigua-sand {
color: #81c2cf;
}
.delicate-girl-blue {
color: #67b1c5;
}
.maui-blue {
color: #4ea0b7;
}
.scooter {
color: #2b8da1;
}
/* CSS Variables */
:root {
--french-pass:#a3d5e0;
--antigua-sand:#81c2cf;
--delicate-girl-blue:#67b1c5;
--maui-blue:#4ea0b7;
--scooter:#2b8da1;
}