Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.anchor-point {
color: #3f5a88;
}
.costume-blue {
color: #607a9f;
}
.crystal-lake {
color: #86b9c6;
}
.butter-cookie {
color: #f0e5b2;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--anchor-point:#3f5a88;
--costume-blue:#607a9f;
--crystal-lake:#86b9c6;
--butter-cookie:#f0e5b2;
}