Vibrant Temptation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Temptation palette

Share this palette to:

Vibrant Temptation color palette CSS

/* CSS */
.color-1 {
color: #f6a2e3;
}
.color-2 {
color: #f5bcdd;
}
.color-3 {
color: #f0e0e2;
}
.color-4 {
color: #a4d9df;
}
.color-5 {
color: #75b9f5;
}

/* CSS Variables */
:root {
--color-1: #f6a2e3;
--color-2: #f5bcdd;
--color-3: #f0e0e2;
--color-4: #a4d9df;
--color-5: #75b9f5;
}

Vibrant Temptation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2e3, #f5bcdd, #f0e0e2, #a4d9df, #75b9f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2e3, #f5bcdd, #f0e0e2, #a4d9df, #75b9f5);
}

Similar color palettes

Scroll down to explore 1 Pink color palette

Vibrant Temptation color palette created on .