Color names in this palette
CSS code for this palette
/* CSS */
.blue-tang {
color: #2e4f70;
}
.blue-square {
color: #4f899c;
}
.monte-carlo {
color: #7dc5b3;
}
.madang {
color: #b6e5a4;
}
.sorreno-lemon {
color: #f2d35a;
}
/* CSS Variables */
:root {
--blue-tang:#2e4f70;
--blue-square:#4f899c;
--monte-carlo:#7dc5b3;
--madang:#b6e5a4;
--sorreno-lemon:#f2d35a;
}