Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.angel-blue {
color: #81c5cf;
}
.explorer-blue {
color: #5da6b6;
}
.cossack-dancer {
color: #4a8ea1;
}
.turkish-stone {
color: #2c7b90;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--angel-blue:#81c5cf;
--explorer-blue:#5da6b6;
--cossack-dancer:#4a8ea1;
--turkish-stone:#2c7b90;
}