/* CSS */
.color-1 {
color: #909CDA;
}
.color-2 {
color: #B6C8E2;
}
.color-3 {
color: #E0D6A9;
}
.color-4 {
color: #D4AA4E;
}
.color-5 {
color: #EBB08E;
}
/* CSS Variables */
:root {
--color-1: #909CDA;
--color-2: #B6C8E2;
--color-3: #E0D6A9;
--color-4: #D4AA4E;
--color-5: #EBB08E;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #909CDA, #B6C8E2, #E0D6A9, #D4AA4E, #EBB08E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #909CDA, #B6C8E2, #E0D6A9, #D4AA4E, #EBB08E);
}
Castle Blue color palette created on .