Color names in this palette
CSS code for this palette
/* CSS */
.china-pattern {
color: #3d5d7b;
}
.adriatic-blue {
color: #598b9b;
}
.cielo {
color: #a8d0e6;
}
.silver-strawberry {
color: #f1c1c1;
}
.babe {
color: #e07b7b;
}
/* CSS Variables */
:root {
--china-pattern:#3d5d7b;
--adriatic-blue:#598b9b;
--cielo:#a8d0e6;
--silver-strawberry:#f1c1c1;
--babe:#e07b7b;
}