Golden Turquoise Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Golden Turquoise Dreamscape palette

Share this palette to:

Golden Turquoise Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f5c99e;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #a2d7d1;
}
.color-5 {
color: #5faee3;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f5c99e;
--color-3: #f9e79f;
--color-4: #a2d7d1;
--color-5: #5faee3;
}

Golden Turquoise Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f5c99e, #f9e79f, #a2d7d1, #5faee3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f5c99e, #f9e79f, #a2d7d1, #5faee3);
}

Golden Turquoise Dreamscape color palette created on .