Color names in this palette
CSS code for this palette
/* CSS */
.green-trance {
color: #a5d9a1;
}
.folk-tale {
color: #b4e4bf;
}
.whisper-yellow {
color: #ffe6b8;
}
.young-salmon {
color: #ffb5b3;
}
.salmon-rose {
color: #ff7081;
}
/* CSS Variables */
:root {
--green-trance:#a5d9a1;
--folk-tale:#b4e4bf;
--whisper-yellow:#ffe6b8;
--young-salmon:#ffb5b3;
--salmon-rose:#ff7081;
}