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: #f8e7d3;
}
.color-2 {
color: #f2c7a1;
}
.color-3 {
color: #f8a26d;
}
.color-4 {
color: #ea7d53;
}
.color-5 {
color: #d36a50;
}

/* CSS Variables */
:root {
--color-1: #f8e7d3;
--color-2: #f2c7a1;
--color-3: #f8a26d;
--color-4: #ea7d53;
--color-5: #d36a50;
}

Peach Nautilus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7d3, #f2c7a1, #f8a26d, #ea7d53, #d36a50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7d3, #f2c7a1, #f8a26d, #ea7d53, #d36a50);
}

Peach Nautilus color palette created on .