Color names in this palette
CSS code for this palette
/* CSS */
.sweet-dreams {
color: #9fc4e9;
}
.squash-blossom {
color: #f6b83c;
}
.oleander-pink {
color: #f25a99;
}
.blush-d-amour {
color: #d85a8a;
}
.jakarta-skyline {
color: #3d2a5b;
}
/* CSS Variables */
:root {
--sweet-dreams:#9fc4e9;
--squash-blossom:#f6b83c;
--oleander-pink:#f25a99;
--blush-d-amour:#d85a8a;
--jakarta-skyline:#3d2a5b;
}