Color names in this palette
CSS code for this palette
/* CSS */
.blue-martina {
color: #1ec8c8;
}
.pluviophile {
color: #5cd9e0;
}
.island-paradise {
color: #86e4e4;
}
.duck-egg-blue {
color: #c5f7f7;
}
.sparkling-snow {
color: #f5ffff;
}
/* CSS Variables */
:root {
--blue-martina:#1ec8c8;
--pluviophile:#5cd9e0;
--island-paradise:#86e4e4;
--duck-egg-blue:#c5f7f7;
--sparkling-snow:#f5ffff;
}