Color names in this palette
CSS code for this palette
/* CSS */
.blue-mosque {
color: #1e3d6b;
}
.blue-dart-frog {
color: #3a7d9c;
}
.fountain {
color: #56b1c8;
}
.everest {
color: #a1e3e0;
}
.majestic-treasures {
color: #f2e9a1;
}
/* CSS Variables */
:root {
--blue-mosque:#1e3d6b;
--blue-dart-frog:#3a7d9c;
--fountain:#56b1c8;
--everest:#a1e3e0;
--majestic-treasures:#f2e9a1;
}