Cottage Core Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cottage Core palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Cottage Core

Download cottage core color palette PNG image (landscape)
Download cottage core color palette PNG image (square)

tavolozza dei colori Cottage Core CSS

/* CSS */
.color-1 {
color: #e6b389;
}
.color-2 {
color: #c6d5b8;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f2c1b5;
}
.color-5 {
color: #b7a7d2;
}

/* CSS Variables */
:root {
--color-1: #e6b389;
--color-2: #c6d5b8;
--color-3: #a1c1d4;
--color-4: #f2c1b5;
--color-5: #b7a7d2;
}

CSS con gradiente di sfondo Cottage Core

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b389, #c6d5b8, #a1c1d4, #f2c1b5, #b7a7d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b389, #c6d5b8, #a1c1d4, #f2c1b5, #b7a7d2);
}

Cottage Core color palette created on .