Color names in this palette
CSS code for this palette
/* CSS */
.misty-memories {
color: #e9c3d4;
}
.n-rang-orange {
color: #ff8052;
}
.agrellan-badland {
color: #ffb347;
}
.bright-khaki {
color: #f0e78e;
}
.powder-blue {
color: #b1e0e7;
}
/* CSS Variables */
:root {
--misty-memories:#e9c3d4;
--n-rang-orange:#ff8052;
--agrellan-badland:#ffb347;
--bright-khaki:#f0e78e;
--powder-blue:#b1e0e7;
}