Color names in this palette
CSS code for this palette
/* CSS */
.pervenche {
color: #0095e6;
}
.malibu-blue {
color: #00b2d6;
}
.cold-heights {
color: #2be0e3;
}
.lamiaceae {
color: #3dffdf;
}
.affen-turquoise {
color: #a3fffd;
}
/* CSS Variables */
:root {
--pervenche:#0095e6;
--malibu-blue:#00b2d6;
--cold-heights:#2be0e3;
--lamiaceae:#3dffdf;
--affen-turquoise:#a3fffd;
}