Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1fc1c1;
}
.sea-fantasy {
color: #1e9999;
}
.marine-wonder {
color: #1f7575;
}
.blonde-girl {
color: #f1c45b;
}
.red-power {
color: #d63838;
}
/* CSS Variables */
:root {
--lago-blue:#1fc1c1;
--sea-fantasy:#1e9999;
--marine-wonder:#1f7575;
--blonde-girl:#f1c45b;
--red-power:#d63838;
}