Color names in this palette
CSS code for this palette
/* CSS */
.light-steel-blue {
color: #b0c4de;
}
.blue-click {
color: #a9d8ea;
}
.peach-puff {
color: #ffd9b8;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--light-steel-blue:#b0c4de;
--blue-click:#a9d8ea;
--peach-puff:#ffd9b8;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
}