Color names in this palette
CSS code for this palette
/* CSS */
.redeye {
color: #b03c36;
}
.lugganath-orange {
color: #f6a788;
}
.silky-tofu {
color: #fff4e5;
}
.rockpool {
color: #4ea29f;
}
.baleine-blue {
color: #1c5a8d;
}
/* CSS Variables */
:root {
--redeye:#b03c36;
--lugganath-orange:#f6a788;
--silky-tofu:#fff4e5;
--rockpool:#4ea29f;
--baleine-blue:#1c5a8d;
}