Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a5d8e3;
}
.rose-reminder {
color: #f5c2c5;
}
.rosecco {
color: #eab8e4;
}
.bright-yarrow {
color: #f9d16c;
}
.spicy-paella {
color: #f2903a;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a5d8e3;
--rose-reminder:#f5c2c5;
--rosecco:#eab8e4;
--bright-yarrow:#f9d16c;
--spicy-paella:#f2903a;
}