Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1d3f72;
}
.turkish-stone {
color: #2a7c92;
}
.mountain-lake-azure {
color: #4cb8a8;
}
.lemon-verbena {
color: #f2e96e;
}
.strawberry-avalanche {
color: #f14b3b;
}
/* CSS Variables */
:root {
--assault:#1d3f72;
--turkish-stone:#2a7c92;
--mountain-lake-azure:#4cb8a8;
--lemon-verbena:#f2e96e;
--strawberry-avalanche:#f14b3b;
}