Peach Nautilus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Peach Nautilus palette

Share this palette to:

Peach Nautilus color palette CSS

/* CSS */
.color-1 {
color: #f3c0a0;
}
.color-2 {
color: #e6a98e;
}
.color-3 {
color: #d88a6e;
}
.color-4 {
color: #d66a4c;
}
.color-5 {
color: #b75a4e;
}

/* CSS Variables */
:root {
--color-1: #f3c0a0;
--color-2: #e6a98e;
--color-3: #d88a6e;
--color-4: #d66a4c;
--color-5: #b75a4e;
}

Peach Nautilus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c0a0, #e6a98e, #d88a6e, #d66a4c, #b75a4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c0a0, #e6a98e, #d88a6e, #d66a4c, #b75a4e);
}

Peach Nautilus color palette created on .