Romantic Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Romantic Pink palette

Condividi questa palette a:

tavolozza dei colori Romantic Pink CSS

/* CSS */
.color-1 {
color: #ff6b81;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6bdbfa;
}
.color-5 {
color: #1f8fff;
}

/* CSS Variables */
:root {
--color-1: #ff6b81;
--color-2: #ff9a5c;
--color-3: #ffd83d;
--color-4: #6bdbfa;
--color-5: #1f8fff;
}

CSS con gradiente di sfondo Romantic Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b81, #ff9a5c, #ffd83d, #6bdbfa, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b81, #ff9a5c, #ffd83d, #6bdbfa, #1f8fff);
}

Romantic Pink color palette created on .