Color names in this palette
CSS code for this palette
/* CSS */
.coelin-blue {
color: #4c7d94;
}
.gondolier {
color: #5db4c6;
}
.infinity-pool {
color: #90d3e4;
}
.h-o {
color: #c1e1e6;
}
.aijiro-white {
color: #ebf7f9;
}
/* CSS Variables */
:root {
--coelin-blue:#4c7d94;
--gondolier:#5db4c6;
--infinity-pool:#90d3e4;
--h-o:#c1e1e6;
--aijiro-white:#ebf7f9;
}