Dino Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dino Dreams palette

Share this palette to:

Dino Dreams color palette CSS

/* CSS */
.color-1 {
color: #a8e1f0;
}
.color-2 {
color: #f6d9a2;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #ffe057;
}

/* CSS Variables */
:root {
--color-1: #a8e1f0;
--color-2: #f6d9a2;
--color-3: #ffadad;
--color-4: #ffc29e;
--color-5: #ffe057;
}

Dino Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1f0, #f6d9a2, #ffadad, #ffc29e, #ffe057);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1f0, #f6d9a2, #ffadad, #ffc29e, #ffe057);
}

Dino Dreams color palette created on .