Color names in this palette
CSS code for this palette
/* CSS */
.limoges {
color: #203b6a;
}
.windsurfing {
color: #3b6c97;
}
.blue-chrysocolla {
color: #7ab9d1;
}
.bellagio-fountains {
color: #b5e1f2;
}
.peach-temptation {
color: #f5c3b2;
}
/* CSS Variables */
:root {
--limoges:#203b6a;
--windsurfing:#3b6c97;
--blue-chrysocolla:#7ab9d1;
--bellagio-fountains:#b5e1f2;
--peach-temptation:#f5c3b2;
}