Color names in this palette
CSS code for this palette
/* CSS */
.cheerful-whisper {
color: #d4d5e7;
}
.ballroom-blue {
color: #a6b4c9;
}
.bluesy-note {
color: #7c9ab6;
}
.reikland {
color: #ca6b4e;
}
.pekin-chicken {
color: #f2cfab;
}
/* CSS Variables */
:root {
--cheerful-whisper:#d4d5e7;
--ballroom-blue:#a6b4c9;
--bluesy-note:#7c9ab6;
--reikland:#ca6b4e;
--pekin-chicken:#f2cfab;
}