Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d8e9;
}
.tropez-blue {
color: #74b2c3;
}
.fairy-tale-blue {
color: #3c9ab9;
}
.turkish-tile {
color: #007c9e;
}
.adriatic-sea {
color: #005e80;
}
/* CSS Variables */
:root {
--blue-click:#a5d8e9;
--tropez-blue:#74b2c3;
--fairy-tale-blue:#3c9ab9;
--turkish-tile:#007c9e;
--adriatic-sea:#005e80;
}