Color names in this palette
CSS code for this palette
/* CSS */
.assault {
color: #1c3f73;
}
.blue-dart-frog {
color: #3a7d9c;
}
.delicate-girl-blue {
color: #65b1c8;
}
.opal {
color: #afe0e4;
}
.lion-cub {
color: #f7c9a6;
}
/* CSS Variables */
:root {
--assault:#1c3f73;
--blue-dart-frog:#3a7d9c;
--delicate-girl-blue:#65b1c8;
--opal:#afe0e4;
--lion-cub:#f7c9a6;
}