Color names in this palette
CSS code for this palette
/* CSS */
.regal-blue {
color: #1f3a56;
}
.adriatic-blue {
color: #5a8b96;
}
.blue-dam {
color: #a1c6d4;
}
.sugar-cookie {
color: #f2e1a1;
}
.turnip-the-pink {
color: #e5717c;
}
/* CSS Variables */
:root {
--regal-blue:#1f3a56;
--adriatic-blue:#5a8b96;
--blue-dam:#a1c6d4;
--sugar-cookie:#f2e1a1;
--turnip-the-pink:#e5717c;
}