Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.cultured {
color: #f6f5f3;
}
.tri-tip {
color: #f2d1c5;
}
.cornflower-lilac {
color: #ffadad;
}
.kisses-and-hugs {
color: #ff667d;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--cultured:#f6f5f3;
--tri-tip:#f2d1c5;
--cornflower-lilac:#ffadad;
--kisses-and-hugs:#ff667d;
}