Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e3a6c;
}
.sailor-s-bay {
color: #4a6d8c;
}
.inner-sanctum {
color: #7ca3b6;
}
.turnip-boy {
color: #f0c6a3;
}
.crushed-orange {
color: #e67a2d;
}
/* CSS Variables */
:root {
--limoges:#1e3a6c;
--sailor-s-bay:#4a6d8c;
--inner-sanctum:#7ca3b6;
--turnip-boy:#f0c6a3;
--crushed-orange:#e67a2d;
}