Loading...

Pink Cosmos Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Cosmos palette

Share this palette to:

Download Pink Cosmos Color Palette (PNG)

Download pink cosmos color palette PNG image (landscape)
Download pink cosmos color palette PNG image (square)

Pink Cosmos color palette CSS

/* CSS */
.color-1 {
color: #ffd6d8;
}
.color-2 {
color: #f2b1c7;
}
.color-3 {
color: #e09eb1;
}
.color-4 {
color: #d68f99;
}
.color-5 {
color: #c57c86;
}

/* CSS Variables */
:root {
--color-1: #ffd6d8;
--color-2: #f2b1c7;
--color-3: #e09eb1;
--color-4: #d68f99;
--color-5: #c57c86;
}

Pink Cosmos background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd6d8, #f2b1c7, #e09eb1, #d68f99, #c57c86);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd6d8, #f2b1c7, #e09eb1, #d68f99, #c57c86);
}

Pink Cosmos color palette created on .