Dulce Tentación Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dulce Tentación palette

Share this palette to:

Download Dulce Tentación Color Palette (PNG)

Download dulce tentación color palette PNG image (landscape)
Download dulce tentación color palette PNG image (square)

Dulce Tentación color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff5b24;
}
.color-4 {
color: #d75e1d;
}
.color-5 {
color: #a74f20;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #ff5b24;
--color-4: #d75e1d;
--color-5: #a74f20;
}

Dulce Tentación background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #ff5b24, #d75e1d, #a74f20);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #ff5b24, #d75e1d, #a74f20);
}

Dulce Tentación color palette created on .