Pink Tiramisu Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Tiramisu palette

Share this palette to:

Pink Tiramisu color palette CSS

/* CSS */
.color-1 {
color: #ffcbc2;
}
.color-2 {
color: #ffe9e0;
}
.color-3 {
color: #fceae8;
}
.color-4 {
color: #f4e6e6;
}
.color-5 {
color: #deeff7;
}

/* CSS Variables */
:root {
--color-1: #ffcbc2;
--color-2: #ffe9e0;
--color-3: #fceae8;
--color-4: #f4e6e6;
--color-5: #deeff7;
}

Pink Tiramisu background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcbc2, #ffe9e0, #fceae8, #f4e6e6, #deeff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcbc2, #ffe9e0, #fceae8, #f4e6e6, #deeff7);
}

Pink Tiramisu color palette created on .