Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #191b29;
}
.pacific-line {
color: #2f3446;
}
.senate {
color: #49535f;
}
.lucid-blue {
color: #7b8c9d;
}
.morning-star {
color: #c2d1e5;
}
/* CSS Variables */
:root {
--coarse-wool:#191b29;
--pacific-line:#2f3446;
--senate:#49535f;
--lucid-blue:#7b8c9d;
--morning-star:#c2d1e5;
}