Color names in this palette
CSS code for this palette
/* CSS */
.vivid-cerulean {
color: #01a8e9;
}
.malibu-blue {
color: #00a4d1;
}
.blue-danube {
color: #0091bd;
}
.ahoy-blue {
color: #0083a3;
}
.fjord-blue {
color: #00728f;
}
/* CSS Variables */
:root {
--vivid-cerulean:#01a8e9;
--malibu-blue:#00a4d1;
--blue-danube:#0091bd;
--ahoy-blue:#0083a3;
--fjord-blue:#00728f;
}