Sweetheart Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweetheart Dreams palette

Condividi questa palette a:

tavolozza dei colori Sweetheart Dreams 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;
}

CSS con gradiente di sfondo Sweetheart Dreams

/* 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 .