Color names in this palette
CSS code for this palette
/* CSS */
.cold-turquoise {
color: #a3d2ca;
}
.yellow-wax-pepper {
color: #eae3b8;
}
.kisses-and-hugs {
color: #ff667d;
}
.la-vie-en-rose {
color: #d4a5a5;
}
.jakarta-skyline {
color: #39305a;
}
/* CSS Variables */
:root {
--cold-turquoise:#a3d2ca;
--yellow-wax-pepper:#eae3b8;
--kisses-and-hugs:#ff667d;
--la-vie-en-rose:#d4a5a5;
--jakarta-skyline:#39305a;
}