Color names in this palette
CSS code for this palette
/* CSS */
.warp-drive {
color: #e8f2f3;
}
.polar-blue {
color: #b3e0e6;
}
.maritime-soft-blue {
color: #69b6c3;
}
.maximum-blue-green {
color: #2ab9c6;
}
.riviera-paradise {
color: #00999e;
}
/* CSS Variables */
:root {
--warp-drive:#e8f2f3;
--polar-blue:#b3e0e6;
--maritime-soft-blue:#69b6c3;
--maximum-blue-green:#2ab9c6;
--riviera-paradise:#00999e;
}