Color names in this palette
CSS code for this palette
/* CSS */
.lugganath-orange {
color: #f6a488;
}
.squid-pink {
color: #f4b4bd;
}
.pianissimo {
color: #e7d0cb;
}
.french-pass {
color: #a3d5e0;
}
.mountain-bluebird {
color: #4e9cc6;
}
/* CSS Variables */
:root {
--lugganath-orange:#f6a488;
--squid-pink:#f4b4bd;
--pianissimo:#e7d0cb;
--french-pass:#a3d5e0;
--mountain-bluebird:#4e9cc6;
}