Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1f3b6f;
}
.blue-regent {
color: #2d5b8f;
}
.stormy-ridge {
color: #4d7a99;
}
.sky-babe {
color: #88c1d8;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--limoges:#1f3b6f;
--blue-regent:#2d5b8f;
--stormy-ridge:#4d7a99;
--sky-babe:#88c1d8;
--bleached-silk:#f2f2f2;
}