Color names in this palette
CSS code for this palette
/* CSS */
.frozen-blue {
color: #a6c4d9;
}
.basin-blue {
color: #b8e0e5;
}
.distant-horizon {
color: #f1f9f9;
}
.rose-reminder {
color: #f4c3c7;
}
.kawaii {
color: #ebadba;
}
/* CSS Variables */
:root {
--frozen-blue:#a6c4d9;
--basin-blue:#b8e0e5;
--distant-horizon:#f1f9f9;
--rose-reminder:#f4c3c7;
--kawaii:#ebadba;
}