Color names in this palette
CSS code for this palette
/* CSS */
.sunset-orange {
color: #ff5d52;
}
.agrellan-badland {
color: #ffb347;
}
.citrus-punch {
color: #ffeb85;
}
.tranquil-pool {
color: #85e2ff;
}
.punch-out-glove {
color: #6b9aff;
}
/* CSS Variables */
:root {
--sunset-orange:#ff5d52;
--agrellan-badland:#ffb347;
--citrus-punch:#ffeb85;
--tranquil-pool:#85e2ff;
--punch-out-glove:#6b9aff;
}