Color names in this palette
CSS code for this palette
/* CSS */
.passionate-blue {
color: #1e396b;
}
.antilles-blue {
color: #3b5a8c;
}
.blue-plate {
color: #5c7b9d;
}
.heavenly {
color: #7dafc5;
}
.birthday-suit {
color: #e1c6b7;
}
/* CSS Variables */
:root {
--passionate-blue:#1e396b;
--antilles-blue:#3b5a8c;
--blue-plate:#5c7b9d;
--heavenly:#7dafc5;
--birthday-suit:#e1c6b7;
}