Color names in this palette
CSS code for this palette
/* CSS */
.living-stream {
color: #3a6d8d;
}
.air-blue {
color: #6ca2c6;
}
.french-pass {
color: #a4d2df;
}
.antique-cameo {
color: #f0b6a3;
}
.ginger-peach {
color: #f9d29f;
}
/* CSS Variables */
:root {
--living-stream:#3a6d8d;
--air-blue:#6ca2c6;
--french-pass:#a4d2df;
--antique-cameo:#f0b6a3;
--ginger-peach:#f9d29f;
}