Color names in this palette
CSS code for this palette
/* CSS */
.recollection-blue {
color: #1e4d5c;
}
.sports-blue {
color: #3999b1;
}
.baharroth-blue {
color: #56c1d2;
}
.island-paradise {
color: #8ee6e6;
}
.golden-glam {
color: #f4b943;
}
/* CSS Variables */
:root {
--recollection-blue:#1e4d5c;
--sports-blue:#3999b1;
--baharroth-blue:#56c1d2;
--island-paradise:#8ee6e6;
--golden-glam:#f4b943;
}