Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.bluebonnet-frost {
color: #4b6caf;
}
.ceil {
color: #8f9fd1;
}
.baby-bunting {
color: #aac7e9;
}
.m-white {
color: #f5f9ff;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--bluebonnet-frost:#4b6caf;
--ceil:#8f9fd1;
--baby-bunting:#aac7e9;
--m-white:#f5f9ff;
}