Color names in this palette
CSS code for this palette
/* CSS */
.valentine-s-day {
color: #a13a6c;
}
.panama-rose {
color: #c9597b;
}
.salmon-slice {
color: #efaf8a;
}
.pismo-dunes {
color: #f6d6a2;
}
.golden-hour {
color: #f5b656;
}
/* CSS Variables */
:root {
--valentine-s-day:#a13a6c;
--panama-rose:#c9597b;
--salmon-slice:#efaf8a;
--pismo-dunes:#f6d6a2;
--golden-hour:#f5b656;
}