Color names in this palette
CSS code for this palette
/* CSS */
.template {
color: #a8c8e6;
}
.basin-blue {
color: #b8e1e5;
}
.diamond-white {
color: #e1f1f4;
}
.sandy-beach {
color: #f9e2d2;
}
.mystic-tulip {
color: #f9b39f;
}
/* CSS Variables */
:root {
--template:#a8c8e6;
--basin-blue:#b8e1e5;
--diamond-white:#e1f1f4;
--sandy-beach:#f9e2d2;
--mystic-tulip:#f9b39f;
}