Pink Shells Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Shells palette

Share this palette to:

Pink Shells color palette CSS

/* CSS */
.color-1 {
color: #f6c5a7;
}
.color-2 {
color: #f2a1b0;
}
.color-3 {
color: #f27d8b;
}
.color-4 {
color: #d56c91;
}
.color-5 {
color: #a65e8f;
}

/* CSS Variables */
:root {
--color-1: #f6c5a7;
--color-2: #f2a1b0;
--color-3: #f27d8b;
--color-4: #d56c91;
--color-5: #a65e8f;
}

Pink Shells background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c5a7, #f2a1b0, #f27d8b, #d56c91, #a65e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c5a7, #f2a1b0, #f27d8b, #d56c91, #a65e8f);
}

Pink Shells color palette created on .