Sweetheart Bliss Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweetheart Bliss palette

Condividi questa palette a:

tavolozza dei colori Sweetheart Bliss CSS

/* CSS */
.color-1 {
color: #ff75a5;
}
.color-2 {
color: #ff99b1;
}
.color-3 {
color: #ffc2cf;
}
.color-4 {
color: #ffebf0;
}
.color-5 {
color: #ffb3d9;
}

/* CSS Variables */
:root {
--color-1: #ff75a5;
--color-2: #ff99b1;
--color-3: #ffc2cf;
--color-4: #ffebf0;
--color-5: #ffb3d9;
}

CSS con gradiente di sfondo Sweetheart Bliss

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff75a5, #ff99b1, #ffc2cf, #ffebf0, #ffb3d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff75a5, #ff99b1, #ffc2cf, #ffebf0, #ffb3d9);
}

Sweetheart Bliss color palette created on .