Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1d1e3a;
}
.lambent-lagoon {
color: #3c5990;
}
.broom-butterfly-blue {
color: #6cb4d5;
}
.terrace-pool {
color: #a1d8e3;
}
.chef-s-hat {
color: #f3f4f6;
}
/* CSS Variables */
:root {
--kon:#1d1e3a;
--lambent-lagoon:#3c5990;
--broom-butterfly-blue:#6cb4d5;
--terrace-pool:#a1d8e3;
--chef-s-hat:#f3f4f6;
}