Color names in this palette
CSS code for this palette
/* CSS */
.holiday-blue {
color: #30bfd5;
}
.island-dream {
color: #1a99a2;
}
.metallic-seaweed {
color: #0c7e8d;
}
.jardini-re {
color: #009975;
}
.emerald-dream {
color: #007a5e;
}
/* CSS Variables */
:root {
--holiday-blue:#30bfd5;
--island-dream:#1a99a2;
--metallic-seaweed:#0c7e8d;
--jardini-re:#009975;
--emerald-dream:#007a5e;
}