Color names in this palette
CSS code for this palette
/* CSS */
.adventure-isle {
color: #6d9eba;
}
.blue-bows {
color: #a2c2d8;
}
.cream-washed {
color: #f1e0c6;
}
.mystic-tulip {
color: #f7b7a1;
}
.pink-slip {
color: #d58d8b;
}
/* CSS Variables */
:root {
--adventure-isle:#6d9eba;
--blue-bows:#a2c2d8;
--cream-washed:#f1e0c6;
--mystic-tulip:#f7b7a1;
--pink-slip:#d58d8b;
}