Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1c3e7d;
}
.dusty-turquoise {
color: #5a8c8b;
}
.smooth-satin {
color: #a2d8d0;
}
.menoth-white-base {
color: #f2e6ba;
}
.hawaiian-passion {
color: #ff9b3d;
}
/* CSS Variables */
:root {
--maritime-outpost:#1c3e7d;
--dusty-turquoise:#5a8c8b;
--smooth-satin:#a2d8d0;
--menoth-white-base:#f2e6ba;
--hawaiian-passion:#ff9b3d;
}