Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.agrellan-badland {
color: #ffb347;
}
.sanctuary-spa {
color: #67b4e4;
}
.just-a-fairytale {
color: #6b5b95;
}
.roman {
color: #d96359;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--agrellan-badland:#ffb347;
--sanctuary-spa:#67b4e4;
--just-a-fairytale:#6b5b95;
--roman:#d96359;
}