Color names in this palette
CSS code for this palette
/* CSS */
.sea-fantasy {
color: #1a999e;
}
.tropical-escape {
color: #4cb8b1;
}
.summer-soft-blue {
color: #90d4d5;
}
.serene-pink {
color: #f6c7b6;
}
.just-blush {
color: #f9b4a4;
}
/* CSS Variables */
:root {
--sea-fantasy:#1a999e;
--tropical-escape:#4cb8b1;
--summer-soft-blue:#90d4d5;
--serene-pink:#f6c7b6;
--just-blush:#f9b4a4;
}