Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.storm-blue {
color: #507f9b;
}
.artful-aqua {
color: #8fb3b1;
}
.buried-gold {
color: #dab94e;
}
.porcelain-rose {
color: #e76a6a;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--storm-blue:#507f9b;
--artful-aqua:#8fb3b1;
--buried-gold:#dab94e;
--porcelain-rose:#e76a6a;
}