Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #1e3a6c;
}
.sailor-s-bay {
color: #4b6e91;
}
.blue-bell {
color: #8ab1d0;
}
.peach-damask {
color: #f6c5a7;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--limoges:#1e3a6c;
--sailor-s-bay:#4b6e91;
--blue-bell:#8ab1d0;
--peach-damask:#f6c5a7;
--n-rang-orange:#ff8052;
}