Cosmic Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cosmic Pink palette

Condividi questa palette a:

tavolozza dei colori Cosmic Pink CSS

/* CSS */
.color-1 {
color: #e09fd4;
}
.color-2 {
color: #f1b2a2;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #a4e5d9;
}
.color-5 {
color: #3c90aa;
}

/* CSS Variables */
:root {
--color-1: #e09fd4;
--color-2: #f1b2a2;
--color-3: #f9d36c;
--color-4: #a4e5d9;
--color-5: #3c90aa;
}

CSS con gradiente di sfondo Cosmic Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fd4, #f1b2a2, #f9d36c, #a4e5d9, #3c90aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fd4, #f1b2a2, #f9d36c, #a4e5d9, #3c90aa);
}

Cosmic Pink color palette created on .