Pink Strawberry Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Strawberry palette
tavolozza dei colori Pink Strawberry CSS
/* CSS */
.color-1 {
color: #f4c8d2;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f07f81;
}
.color-4 {
color: #e26066;
}
.color-5 {
color: #d94a51;
}
/* CSS Variables */
:root {
--color-1: #f4c8d2;
--color-2: #f1a7b4;
--color-3: #f07f81;
--color-4: #e26066;
--color-5: #d94a51;
}
CSS con gradiente di sfondo Pink Strawberry
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c8d2, #f1a7b4, #f07f81, #e26066, #d94a51);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c8d2, #f1a7b4, #f07f81, #e26066, #d94a51);
}
Tavolozze di colori simili
Pink Strawberry color palette created on .