Color names in this palette
CSS code for this palette
/* CSS */
.pineapple-salmon {
color: #ff5f5c;
}
.fresh-cantaloupe {
color: #ff9e66;
}
.bicycle-yellow {
color: #ffe48a;
}
.medium-aquamarine {
color: #6ce0b1;
}
.blue-jay {
color: #4d8adb;
}
/* CSS Variables */
:root {
--pineapple-salmon:#ff5f5c;
--fresh-cantaloupe:#ff9e66;
--bicycle-yellow:#ffe48a;
--medium-aquamarine:#6ce0b1;
--blue-jay:#4d8adb;
}