Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.rubber-radish {
color: #ff99a1;
}
.kisses-and-hugs {
color: #ff667d;
}
.young-at-heart {
color: #d4a5a9;
}
.jakarta-skyline {
color: #39305a;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--rubber-radish:#ff99a1;
--kisses-and-hugs:#ff667d;
--young-at-heart:#d4a5a9;
--jakarta-skyline:#39305a;
}