Color names in this palette
CSS code for this palette
/* CSS */
.radar {
color: #b4c8e4;
}
.blue-dam {
color: #a1c4d4;
}
.mystic-tulip {
color: #f7b5a1;
}
.emperor-s-children {
color: #f2a1b8;
}
.almond-biscuit {
color: #e8c9a6;
}
/* CSS Variables */
:root {
--radar:#b4c8e4;
--blue-dam:#a1c4d4;
--mystic-tulip:#f7b5a1;
--emperor-s-children:#f2a1b8;
--almond-biscuit:#e8c9a6;
}