Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #191b38;
}
.takaka {
color: #3e4b7a;
}
.cerulean-frost {
color: #699bc3;
}
.fair-aqua {
color: #b3dfd7;
}
.yippie-ya-yellow {
color: #f6f2a2;
}
/* CSS Variables */
:root {
--kon:#191b38;
--takaka:#3e4b7a;
--cerulean-frost:#699bc3;
--fair-aqua:#b3dfd7;
--yippie-ya-yellow:#f6f2a2;
}