Color names in this palette
CSS code for this palette
/* CSS */
.blue-martina {
color: #1dd3c4;
}
.delft {
color: #3d5a8a;
}
.rendezvous {
color: #a9bfd1;
}
.sweet-chamomile {
color: #fce388;
}
.breeze-of-chilli {
color: #f16f6f;
}
/* CSS Variables */
:root {
--blue-martina:#1dd3c4;
--delft:#3d5a8a;
--rendezvous:#a9bfd1;
--sweet-chamomile:#fce388;
--breeze-of-chilli:#f16f6f;
}