Color names in this palette
CSS code for this palette
/* CSS */
.surf-spray {
color: #b6c8c3;
}
.garden-twilight {
color: #a2b9b1;
}
.galaxy-green {
color: #7eaeab;
}
.bleached-apricot {
color: #f7c7ab;
}
.rose-linen {
color: #e9b29f;
}
/* CSS Variables */
:root {
--surf-spray:#b6c8c3;
--garden-twilight:#a2b9b1;
--galaxy-green:#7eaeab;
--bleached-apricot:#f7c7ab;
--rose-linen:#e9b29f;
}