Color names in this palette
CSS code for this palette
/* CSS */
.latigo-bay {
color: #3c9a9a;
}
.crystalsong-blue {
color: #4cb8b8;
}
.hammam-blue {
color: #63d4d4;
}
.island-paradise {
color: #8ce3e3;
}
.ice-citadel {
color: #b2f5f5;
}
/* CSS Variables */
:root {
--latigo-bay:#3c9a9a;
--crystalsong-blue:#4cb8b8;
--hammam-blue:#63d4d4;
--island-paradise:#8ce3e3;
--ice-citadel:#b2f5f5;
}