Crimson Teddy Dreams Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Crimson Teddy Dreams palette

Condividi questa palette a:

tavolozza dei colori Crimson Teddy Dreams CSS

/* CSS */
.color-1 {
color: #f5c7a8;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f57589;
}
.color-4 {
color: #e24b6e;
}
.color-5 {
color: #c6394c;
}

/* CSS Variables */
:root {
--color-1: #f5c7a8;
--color-2: #f1a8a2;
--color-3: #f57589;
--color-4: #e24b6e;
--color-5: #c6394c;
}

CSS con gradiente di sfondo Crimson Teddy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7a8, #f1a8a2, #f57589, #e24b6e, #c6394c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7a8, #f1a8a2, #f57589, #e24b6e, #c6394c);
}

Crimson Teddy Dreams color palette created on .