Color names in this palette
CSS code for this palette
/* CSS */
.waikawa-grey {
color: #5b6e8f;
}
.relaxing-blue {
color: #8a9ba8;
}
.english-hollyhock {
color: #b5c8d4;
}
.woven-raffia {
color: #f2dfc0;
}
.mystic-tulip {
color: #f7b5a1;
}
/* CSS Variables */
:root {
--waikawa-grey:#5b6e8f;
--relaxing-blue:#8a9ba8;
--english-hollyhock:#b5c8d4;
--woven-raffia:#f2dfc0;
--mystic-tulip:#f7b5a1;
}