Zephyr's Embrace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Zephyr's Embrace palette
Zephyr's Embrace color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #4f9fb5;
}
.color-3 {
color: #1d698c;
}
.color-4 {
color: #005b80;
}
.color-5 {
color: #003a5c;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #4f9fb5;
--color-3: #1d698c;
--color-4: #005b80;
--color-5: #003a5c;
}
Zephyr's Embrace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #4f9fb5, #1d698c, #005b80, #003a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #4f9fb5, #1d698c, #005b80, #003a5c);
}
Similar color palettes
Zephyr's Embrace color palette created on .