Color names in this palette
CSS code for this palette
/* CSS */
.rosecco {
color: #eab8e4;
}
.pale-cerulean {
color: #9ec2e5;
}
.blue-gourami {
color: #6b9edb;
}
.muted-blue {
color: #3c719f;
}
.theatre-blue {
color: #1f4c7a;
}
/* CSS Variables */
:root {
--rosecco:#eab8e4;
--pale-cerulean:#9ec2e5;
--blue-gourami:#6b9edb;
--muted-blue:#3c719f;
--theatre-blue:#1f4c7a;
}