Color names in this palette
CSS code for this palette
/* CSS */
.corydalis-blue {
color: #a2c6d8;
}
.arctic-paradise {
color: #b9e6f9;
}
.stucco-wall {
color: #f0b09e;
}
.trapunto {
color: #f6eab6;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--corydalis-blue:#a2c6d8;
--arctic-paradise:#b9e6f9;
--stucco-wall:#f0b09e;
--trapunto:#f6eab6;
--westfall-yellow:#f9d64e;
}