Sweetheart Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweetheart Dreams palette

Share this palette to:

Sweetheart Dreams color palette CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff809f;
}
.color-3 {
color: #ff4d6d;
}
.color-4 {
color: #ff294d;
}
.color-5 {
color: #ff0059;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff809f;
--color-3: #ff4d6d;
--color-4: #ff294d;
--color-5: #ff0059;
}

Sweetheart Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff809f, #ff4d6d, #ff294d, #ff0059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff809f, #ff4d6d, #ff294d, #ff0059);
}

Sweetheart Dreams color palette created on .