Color names in this palette
CSS code for this palette
/* CSS */
.myrtle-flower {
color: #a3b5e0;
}
.radar {
color: #b6c8e7;
}
.cheerful-whisper {
color: #d4d7e8;
}
.misty-memories {
color: #e8c4d4;
}
.funki-porcini {
color: #f09999;
}
/* CSS Variables */
:root {
--myrtle-flower:#a3b5e0;
--radar:#b6c8e7;
--cheerful-whisper:#d4d7e8;
--misty-memories:#e8c4d4;
--funki-porcini:#f09999;
}