Color names in this palette
CSS code for this palette
/* CSS */
.porcelain-rose {
color: #e76a6a;
}
.creamy-peach {
color: #f3a582;
}
.anna-banana {
color: #f7d74b;
}
.cool-aloe {
color: #a4d99b;
}
.sour-candy {
color: #69af4b;
}
/* CSS Variables */
:root {
--porcelain-rose:#e76a6a;
--creamy-peach:#f3a582;
--anna-banana:#f7d74b;
--cool-aloe:#a4d99b;
--sour-candy:#69af4b;
}