Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a9d6e5;
}
.english-rose {
color: #f6c6c6;
}
.gentle-glow {
color: #f8e4b9;
}
.peach-temptation {
color: #f1c6b1;
}
.basil-smash {
color: #b4e7a2;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a9d6e5;
--english-rose:#f6c6c6;
--gentle-glow:#f8e4b9;
--peach-temptation:#f1c6b1;
--basil-smash:#b4e7a2;
}