Pink Strawberry Shortcake Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink Strawberry Shortcake palette

Condividi questa palette a:

tavolozza dei colori Pink Strawberry Shortcake CSS

/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #f8d5a0;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #e0aed7;
}
.color-5 {
color: #d86c31;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f8d5a0;
--color-3: #f3e6b4;
--color-4: #e0aed7;
--color-5: #d86c31;
}

CSS con gradiente di sfondo Pink Strawberry Shortcake

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f8d5a0, #f3e6b4, #e0aed7, #d86c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f8d5a0, #f3e6b4, #e0aed7, #d86c31);
}

Pink Strawberry Shortcake color palette created on .