Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9fc1e5;
}
.boat-house {
color: #4a8bba;
}
.chinese-porcelain {
color: #3b5b81;
}
.pico-void {
color: #1f2c51;
}
.red-power {
color: #d83b3b;
}
/* CSS Variables */
:root {
--pale-cerulean:#9fc1e5;
--boat-house:#4a8bba;
--chinese-porcelain:#3b5b81;
--pico-void:#1f2c51;
--red-power:#d83b3b;
}