Cool Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cool Pink palette

Condividi questa palette a:

tavolozza dei colori Cool Pink CSS

/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #b2d9e0;
}
.color-3 {
color: #e5e7df;
}
.color-4 {
color: #f1c6d7;
}
.color-5 {
color: #f76988;
}

/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #b2d9e0;
--color-3: #e5e7df;
--color-4: #f1c6d7;
--color-5: #f76988;
}

CSS con gradiente di sfondo Cool Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #b2d9e0, #e5e7df, #f1c6d7, #f76988);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #b2d9e0, #e5e7df, #f1c6d7, #f76988);
}

Cool Pink color palette created on .