/* CSS */
.color-1 {
color: #4B8FB9;
}
.color-2 {
color: #70A3C2;
}
.color-3 {
color: #92B7D3;
}
.color-4 {
color: #C5DFE7;
}
.color-5 {
color: #EFF6FB;
}
/* CSS Variables */
:root {
--color-1: #4B8FB9;
--color-2: #70A3C2;
--color-3: #92B7D3;
--color-4: #C5DFE7;
--color-5: #EFF6FB;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4B8FB9, #70A3C2, #92B7D3, #C5DFE7, #EFF6FB);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4B8FB9, #70A3C2, #92B7D3, #C5DFE7, #EFF6FB);
}
Kashmir Blue Serenity color palette created on .