Cactus Flower Water Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cactus Flower Water palette

Condividi questa palette a:

tavolozza dei colori Cactus Flower Water CSS

/* CSS */
.color-1 {
color: #d2c6d0;
}
.color-2 {
color: #a1e3b8;
}
.color-3 {
color: #4bd8c7;
}
.color-4 {
color: #f6c0b1;
}
.color-5 {
color: #f26d50;
}

/* CSS Variables */
:root {
--color-1: #d2c6d0;
--color-2: #a1e3b8;
--color-3: #4bd8c7;
--color-4: #f6c0b1;
--color-5: #f26d50;
}

CSS con gradiente di sfondo Cactus Flower Water

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c6d0, #a1e3b8, #4bd8c7, #f6c0b1, #f26d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c6d0, #a1e3b8, #4bd8c7, #f6c0b1, #f26d50);
}

Cactus Flower Water color palette created on .