Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-gull {
color: #4b8caf;
}
.sea-cliff {
color: #a4c8df;
}
.first-frost {
color: #d1e6f0;
}
.soft-cashmere {
color: #f3b4d6;
}
.rose-turkish-delight {
color: #d84f7d;
}
/* CSS Variables */
:root {
--atlantic-gull:#4b8caf;
--sea-cliff:#a4c8df;
--first-frost:#d1e6f0;
--soft-cashmere:#f3b4d6;
--rose-turkish-delight:#d84f7d;
}