Peacock Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Peacock Dreams palette
Peacock Dreams color palette PNG image
Peacock Dreams color palette CSS
/* CSS */
.color-1 {
color: #1e4f6c;
}
.color-2 {
color: #3b8b9b;
}
.color-3 {
color: #4fb5b0;
}
.color-4 {
color: #66d6c0;
}
.color-5 {
color: #a3e0d7;
}
/* CSS Variables */
:root {
--color-1: #1e4f6c;
--color-2: #3b8b9b;
--color-3: #4fb5b0;
--color-4: #66d6c0;
--color-5: #a3e0d7;
}
Peacock Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4f6c, #3b8b9b, #4fb5b0, #66d6c0, #a3e0d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4f6c, #3b8b9b, #4fb5b0, #66d6c0, #a3e0d7);
}
Similar color palettes
Peacock Dreams color palette created on .