Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d4e0;
}
.cologne {
color: #76c1d5;
}
.waimea-blue {
color: #4ca4d6;
}
.bondi-blue {
color: #0093b8;
}
.turkish-tile {
color: #007c9e;
}
/* CSS Variables */
:root {
--french-pass:#a3d4e0;
--cologne:#76c1d5;
--waimea-blue:#4ca4d6;
--bondi-blue:#0093b8;
--turkish-tile:#007c9e;
}