/* CSS */
.color-1 {
color: #A3D7E0;
}
.color-2 {
color: #6DC5E8;
}
.color-3 {
color: #4AB8E8;
}
.color-4 {
color: #1E89C8;
}
.color-5 {
color: #0E4A8B;
}
/* CSS Variables */
:root {
--color-1: #A3D7E0;
--color-2: #6DC5E8;
--color-3: #4AB8E8;
--color-4: #1E89C8;
--color-5: #0E4A8B;
}
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #A3D7E0, #6DC5E8, #4AB8E8, #1E89C8, #0E4A8B);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #A3D7E0, #6DC5E8, #4AB8E8, #1E89C8, #0E4A8B);
}
Serenity In Bloom color palette created on .