Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.san-marino {
color: #4c6c9e;
}
.simply-posh {
color: #8bb9d5;
}
.break-the-ice {
color: #b2e0f0;
}
.child-of-light {
color: #f1f5f9;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--san-marino:#4c6c9e;
--simply-posh:#8bb9d5;
--break-the-ice:#b2e0f0;
--child-of-light:#f1f5f9;
}