Color names in this palette
CSS code for this palette
/* CSS */
.pale-cerulean {
color: #9cc5e2;
}
.atlantic-gull {
color: #4a8cb5;
}
.oceanic-motion {
color: #1c5d7d;
}
.little-sun-dress {
color: #f6c960;
}
.sandy-brown {
color: #f0a35c;
}
/* CSS Variables */
:root {
--pale-cerulean:#9cc5e2;
--atlantic-gull:#4a8cb5;
--oceanic-motion:#1c5d7d;
--little-sun-dress:#f6c960;
--sandy-brown:#f0a35c;
}