Retro Raspberry Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Raspberry Dreams palette

Share this palette to:

Retro Raspberry Dreams color palette PNG image

Download retro raspberry dreams color palette PNG image (landscape)
Download retro raspberry dreams color palette PNG image (square)

Retro Raspberry Dreams color palette CSS

/* CSS */
.color-1 {
color: #9c2b62;
}
.color-2 {
color: #af4b8e;
}
.color-3 {
color: #d17b9a;
}
.color-4 {
color: #f4a4bf;
}
.color-5 {
color: #c25b8f;
}

/* CSS Variables */
:root {
--color-1: #9c2b62;
--color-2: #af4b8e;
--color-3: #d17b9a;
--color-4: #f4a4bf;
--color-5: #c25b8f;
}

Retro Raspberry Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c2b62, #af4b8e, #d17b9a, #f4a4bf, #c25b8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c2b62, #af4b8e, #d17b9a, #f4a4bf, #c25b8f);
}

Retro Raspberry Dreams color palette created on .