Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1d918f;
}
.tint-of-turquoise {
color: #3cc3b1;
}
.hammam-blue {
color: #67e0d8;
}
.magic-mint {
color: #a6f2d6;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--sea-fantasy:#1d918f;
--tint-of-turquoise:#3cc3b1;
--hammam-blue:#67e0d8;
--magic-mint:#a6f2d6;
--floral-leaf:#ffb84d;
}