Safari Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Safari Serenade palette

Share this palette to:

Safari Serenade color palette CSS

/* CSS */
.color-1 {
color: #f5b042;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f9e3ae;
}
.color-4 {
color: #d6f5e3;
}
.color-5 {
color: #5faee3;
}

/* CSS Variables */
:root {
--color-1: #f5b042;
--color-2: #f7c5a6;
--color-3: #f9e3ae;
--color-4: #d6f5e3;
--color-5: #5faee3;
}

Safari Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b042, #f7c5a6, #f9e3ae, #d6f5e3, #5faee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b042, #f7c5a6, #f9e3ae, #d6f5e3, #5faee3);
}

Safari Serenade color palette created on .