Nyx Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nyx Dreams palette
Download Nyx Dreams Color Palette (PNG)
Nyx Dreams color palette CSS
/* CSS */
.color-1 {
color: #1c3f8d;
}
.color-2 {
color: #4c8bc2;
}
.color-3 {
color: #8fdbe5;
}
.color-4 {
color: #f5b566;
}
.color-5 {
color: #e45e69;
}
/* CSS Variables */
:root {
--color-1: #1c3f8d;
--color-2: #4c8bc2;
--color-3: #8fdbe5;
--color-4: #f5b566;
--color-5: #e45e69;
}
Nyx Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f8d, #4c8bc2, #8fdbe5, #f5b566, #e45e69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f8d, #4c8bc2, #8fdbe5, #f5b566, #e45e69);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Nyx Dreams color palette created on .