Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1f1b79;
}
.azraq-blue {
color: #4a6cba;
}
.cottage-blue {
color: #7a9ec2;
}
.glacier-point {
color: #b3d8e6;
}
.cotton-ball {
color: #f3f7fc;
}
/* CSS Variables */
:root {
--snorlax:#1f1b79;
--azraq-blue:#4a6cba;
--cottage-blue:#7a9ec2;
--glacier-point:#b3d8e6;
--cotton-ball:#f3f7fc;
}