Warm Naptime Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Naptime palette

Share this palette to:

Warm Naptime color palette CSS

/* CSS */
.color-1 {
color: #e2b932;
}
.color-2 {
color: #f6e18e;
}
.color-3 {
color: #f9bf9f;
}
.color-4 {
color: #f34f4f;
}
.color-5 {
color: #e2698d;
}

/* CSS Variables */
:root {
--color-1: #e2b932;
--color-2: #f6e18e;
--color-3: #f9bf9f;
--color-4: #f34f4f;
--color-5: #e2698d;
}

Warm Naptime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b932, #f6e18e, #f9bf9f, #f34f4f, #e2698d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b932, #f6e18e, #f9bf9f, #f34f4f, #e2698d);
}

Warm Naptime color palette created on .