Nathaniel's Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Nathaniel's Reverie palette
Nathaniel's Reverie color palette CSS
/* CSS */
.color-1 {
color: #3fa6d9;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f13b5d;
}
.color-4 {
color: #f6d88e;
}
.color-5 {
color: #6c4b6b;
}
/* CSS Variables */
:root {
--color-1: #3fa6d9;
--color-2: #f0a800;
--color-3: #f13b5d;
--color-4: #f6d88e;
--color-5: #6c4b6b;
}
Nathaniel's Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3fa6d9, #f0a800, #f13b5d, #f6d88e, #6c4b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3fa6d9, #f0a800, #f13b5d, #f6d88e, #6c4b6b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Nathaniel's Reverie color palette created on .