Pink Apple Core Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Apple Core palette

Condividi questa palette a:

tavolozza dei colori Pink Apple Core CSS

/* CSS */
.color-1 {
color: #d8b2b0;
}
.color-2 {
color: #d0e0a3;
}
.color-3 {
color: #a1c6d4;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #d8b2b0;
--color-2: #d0e0a3;
--color-3: #a1c6d4;
--color-4: #ffadad;
--color-5: #ff667d;
}

CSS con gradiente di sfondo Pink Apple Core

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b2b0, #d0e0a3, #a1c6d4, #ffadad, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b2b0, #d0e0a3, #a1c6d4, #ffadad, #ff667d);
}

Pink Apple Core color palette created on .