Color names in this palette
CSS code for this palette
/* CSS */
.windsurfing {
color: #3b6e9b;
}
.blue-dam {
color: #a1c6d4;
}
.milky-maize {
color: #f6d9a2;
}
.love-at-first-sight {
color: #e5a4b1;
}
.tutti-frutti {
color: #bf5a78;
}
/* CSS Variables */
:root {
--windsurfing:#3b6e9b;
--blue-dam:#a1c6d4;
--milky-maize:#f6d9a2;
--love-at-first-sight:#e5a4b1;
--tutti-frutti:#bf5a78;
}