Crimson Teddy Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crimson Teddy Dreams palette

Share this palette to:

Crimson Teddy Dreams color palette 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;
}

Crimson Teddy Dreams background gradient CSS

/* 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 .