Robin's Nest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Robin's Nest palette

Share this palette to:

Robin's Nest color palette CSS

/* CSS */
.color-1 {
color: #f7c7ab;
}
.color-2 {
color: #e1a8b9;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #6dab8c;
}
.color-5 {
color: #f2e9a1;
}

/* CSS Variables */
:root {
--color-1: #f7c7ab;
--color-2: #e1a8b9;
--color-3: #a3c7e0;
--color-4: #6dab8c;
--color-5: #f2e9a1;
}

Robin's Nest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c7ab, #e1a8b9, #a3c7e0, #6dab8c, #f2e9a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c7ab, #e1a8b9, #a3c7e0, #6dab8c, #f2e9a1);
}

Robin's Nest color palette created on .