Eastern Blue Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eastern Blue Dream palette
Eastern Blue Dream color palette CSS
/* CSS */
.color-1 {
color: #1e99ae;
}
.color-2 {
color: #4ac8d9;
}
.color-3 {
color: #a5e1e9;
}
.color-4 {
color: #f2f7f5;
}
.color-5 {
color: #ffb7a3;
}
/* CSS Variables */
:root {
--color-1: #1e99ae;
--color-2: #4ac8d9;
--color-3: #a5e1e9;
--color-4: #f2f7f5;
--color-5: #ffb7a3;
}
Eastern Blue Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e99ae, #4ac8d9, #a5e1e9, #f2f7f5, #ffb7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e99ae, #4ac8d9, #a5e1e9, #f2f7f5, #ffb7a3);
}
Similar color palettes
Eastern Blue Dream color palette created on .