Color names in this palette
CSS code for this palette
/* CSS */
.sinbad {
color: #a7d7d0;
}
.peach-temptation {
color: #f3c5b4;
}
.golden-hour {
color: #f2b75a;
}
.red-cray {
color: #e55c2e;
}
.red-square {
color: #a9282a;
}
/* CSS Variables */
:root {
--sinbad:#a7d7d0;
--peach-temptation:#f3c5b4;
--golden-hour:#f2b75a;
--red-cray:#e55c2e;
--red-square:#a9282a;
}