Color names in this palette
CSS code for this palette
/* CSS */
.rosey-afterglow {
color: #f8c9d1;
}
.violet-kiss {
color: #f4a4d4;
}
.hanami-pink {
color: #f1a2e1;
}
.island-light {
color: #a7c6ec;
}
.greek-sea {
color: #70a5e1;
}
/* CSS Variables */
:root {
--rosey-afterglow:#f8c9d1;
--violet-kiss:#f4a4d4;
--hanami-pink:#f1a2e1;
--island-light:#a7c6ec;
--greek-sea:#70a5e1;
}