Color names in this palette
CSS code for this palette
/* CSS */
.arctic-glow {
color: #c8d2ea;
}
.lilac-sachet {
color: #a6b6d8;
}
.blue-dazzle {
color: #698dba;
}
.too-blue {
color: #3a6a92;
}
.theatre-blue {
color: #1f4b7a;
}
/* CSS Variables */
:root {
--arctic-glow:#c8d2ea;
--lilac-sachet:#a6b6d8;
--blue-dazzle:#698dba;
--too-blue:#3a6a92;
--theatre-blue:#1f4b7a;
}