Color names in this palette
CSS code for this palette
/* CSS */
.freezing-vapor {
color: #d4e7f7;
}
.island-light {
color: #a7c6e7;
}
.kindred {
color: #73a1d9;
}
.blue-sonki {
color: #4a8ad3;
}
.matt-blue {
color: #2a6bc0;
}
/* CSS Variables */
:root {
--freezing-vapor:#d4e7f7;
--island-light:#a7c6e7;
--kindred:#73a1d9;
--blue-sonki:#4a8ad3;
--matt-blue:#2a6bc0;
}