Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a6d8e3;
}
.pale-mountain-lake-turquoise {
color: #bae3d6;
}
.jaguar-rose {
color: #f1b1b6;
}
.peach-damask {
color: #f6c8a7;
}
.venetian-yellow {
color: #f8e5a0;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a6d8e3;
--pale-mountain-lake-turquoise:#bae3d6;
--jaguar-rose:#f1b1b6;
--peach-damask:#f6c8a7;
--venetian-yellow:#f8e5a0;
}