Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9fc1e5;
}
.blue-gourami {
color: #6ca2d5;
}
.atlantic-gull {
color: #4a8eb5;
}
.blue-regent {
color: #2c5b90;
}
.blueberry-twist {
color: #1d507c;
}
/* CSS Variables */
:root {
--pale-cerulean:#9fc1e5;
--blue-gourami:#6ca2d5;
--atlantic-gull:#4a8eb5;
--blue-regent:#2c5b90;
--blueberry-twist:#1d507c;
}