Color names in this palette
CSS code for this palette
/* CSS */
.rurikon-blue {
color: #1c2d4a;
}
.wickford-bay {
color: #4d698f;
}
.meadow-blossom-blue {
color: #7cb1d5;
}
.rayo-de-sol {
color: #f5c656;
}
.orangeville {
color: #e66b5b;
}
/* CSS Variables */
:root {
--rurikon-blue:#1c2d4a;
--wickford-bay:#4d698f;
--meadow-blossom-blue:#7cb1d5;
--rayo-de-sol:#f5c656;
--orangeville:#e66b5b;
}