Color names in this palette
CSS code for this palette
/* CSS */
.rose-aspect {
color: #f1c6c6;
}
.flan {
color: #f7e1b6;
}
.menoth-white-base {
color: #f4e7b8;
}
.atlantic-ocean {
color: #a9d6e5;
}
.mountain-bluebird {
color: #4c9dc2;
}
/* CSS Variables */
:root {
--rose-aspect:#f1c6c6;
--flan:#f7e1b6;
--menoth-white-base:#f4e7b8;
--atlantic-ocean:#a9d6e5;
--mountain-bluebird:#4c9dc2;
}