Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1f8bef;
}
.sanctuary-spa {
color: #68b3e8;
}
.golden-yarrow {
color: #e4c94e;
}
.no-gmb-yellow {
color: #f9e88b;
}
.go-bananas {
color: #f8c84f;
}
/* CSS Variables */
:root {
--karimun-blue:#1f8bef;
--sanctuary-spa:#68b3e8;
--golden-yarrow:#e4c94e;
--no-gmb-yellow:#f9e88b;
--go-bananas:#f8c84f;
}