This palette evokes a sense of trust and professionalism, reminiscent of a clear blue sky with vibrant accents.
/* CSS */
.color-1 {
color: #4A90E2;
}
.color-2 {
color: #5BA4E7;
}
.color-3 {
color: #78B8EB;
}
.color-4 {
color: #A3C9F0;
}
.color-5 {
color: #FF6F61;
}
/* CSS Variables */
:root {
--color-1: #4A90E2;
--color-2: #5BA4E7;
--color-3: #78B8EB;
--color-4: #A3C9F0;
--color-5: #FF6F61;
}/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4A90E2, #5BA4E7, #78B8EB, #A3C9F0, #FF6F61);
}/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4A90E2, #5BA4E7, #78B8EB, #A3C9F0, #FF6F61);
}Liver Research Harmony color palette created on .