Sketchbook Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sketchbook Sunrise palette

Share this palette to:

Sketchbook Sunrise color palette CSS

/* CSS */
.color-1 {
color: #fceab0;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #f69c3c;
}
.color-4 {
color: #d95d30;
}
.color-5 {
color: #a24a2a;
}

/* CSS Variables */
:root {
--color-1: #fceab0;
--color-2: #fab700;
--color-3: #f69c3c;
--color-4: #d95d30;
--color-5: #a24a2a;
}

Sketchbook Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fceab0, #fab700, #f69c3c, #d95d30, #a24a2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fceab0, #fab700, #f69c3c, #d95d30, #a24a2a);
}

Sketchbook Sunrise color palette created on .