Color names in this palette
CSS code for this palette
/* CSS */
.manganese-black {
color: #1f2c4c;
}
.antilles-blue {
color: #3a5f8d;
}
.frozen-lake {
color: #7b9cb2;
}
.calabrese {
color: #f1a8a2;
}
.deep-fried-sun-rays {
color: #f3c95e;
}
/* CSS Variables */
:root {
--manganese-black:#1f2c4c;
--antilles-blue:#3a5f8d;
--frozen-lake:#7b9cb2;
--calabrese:#f1a8a2;
--deep-fried-sun-rays:#f3c95e;
}