Celeste and Rojo Garden Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celeste and Rojo Garden palette

Condividi questa palette a:

tavolozza dei colori Celeste and Rojo Garden CSS

/* CSS */
.color-1 {
color: #a3d7e6;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #4b8c3b;
}
.color-4 {
color: #ffd83d;
}
.color-5 {
color: #f5b400;
}

/* CSS Variables */
:root {
--color-1: #a3d7e6;
--color-2: #ff6b6b;
--color-3: #4b8c3b;
--color-4: #ffd83d;
--color-5: #f5b400;
}

CSS con gradiente di sfondo Celeste and Rojo Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e6, #ff6b6b, #4b8c3b, #ffd83d, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e6, #ff6b6b, #4b8c3b, #ffd83d, #f5b400);
}

Celeste and Rojo Garden color palette created on .