Color names in this palette
CSS code for this palette
/* CSS */
.apricot-obsession {
color: #f7c6b6;
}
.hawaiian-cream {
color: #f9e6b9;
}
.james-blonde {
color: #f2e4b5;
}
.blue-shimmer {
color: #b5d9e3;
}
.basin-blue {
color: #bae1e3;
}
/* CSS Variables */
:root {
--apricot-obsession:#f7c6b6;
--hawaiian-cream:#f9e6b9;
--james-blonde:#f2e4b5;
--blue-shimmer:#b5d9e3;
--basin-blue:#bae1e3;
}