Color names in this palette
CSS code for this palette
/* CSS */
.ice-cold-stare {
color: #b3d6ff;
}
.bi-blue {
color: #66a3ff;
}
.brilliant-azure {
color: #3399ff;
}
.royal-navy-blue {
color: #0066cc;
}
.prussian-blue {
color: #003366;
}
/* CSS Variables */
:root {
--ice-cold-stare:#b3d6ff;
--bi-blue:#66a3ff;
--brilliant-azure:#3399ff;
--royal-navy-blue:#0066cc;
--prussian-blue:#003366;
}