Color names in this palette
CSS code for this palette
/* CSS */
.violet-kiss {
color: #f6a2d3;
}
.rosecco {
color: #eab8e4;
}
.freezing-vapor {
color: #d4e4f7;
}
.promise-keeping {
color: #b1c6e7;
}
.maybe-maui {
color: #f7d58d;
}
/* CSS Variables */
:root {
--violet-kiss:#f6a2d3;
--rosecco:#eab8e4;
--freezing-vapor:#d4e4f7;
--promise-keeping:#b1c6e7;
--maybe-maui:#f7d58d;
}