Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a5c6d5;
}
.hindsight {
color: #bbc9e2;
}
.pale-grey-magenta {
color: #e7d8e9;
}
.mystic-tulip {
color: #f7b7a1;
}
.whipped-peach {
color: #f9cbae;
}
/* CSS Variables */
:root {
--blue-dam:#a5c6d5;
--hindsight:#bbc9e2;
--pale-grey-magenta:#e7d8e9;
--mystic-tulip:#f7b7a1;
--whipped-peach:#f9cbae;
}