Color names in this palette
CSS code for this palette
/* CSS */
.lovelight {
color: #fad6d6;
}
.manga-pink {
color: #f4b8d8;
}
.think-pink {
color: #e5a4c2;
}
.arctic-paradise {
color: #b4e0f8;
}
.mountain-mint {
color: #a8e1c1;
}
/* CSS Variables */
:root {
--lovelight:#fad6d6;
--manga-pink:#f4b8d8;
--think-pink:#e5a4c2;
--arctic-paradise:#b4e0f8;
--mountain-mint:#a8e1c1;
}