Pink Nata Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Nata palette
Pink Nata color palette CSS
/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f9a49f;
}
.color-3 {
color: #f7c5e0;
}
.color-4 {
color: #b2d1e0;
}
.color-5 {
color: #a6d8a8;
}
/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f9a49f;
--color-3: #f7c5e0;
--color-4: #b2d1e0;
--color-5: #a6d8a8;
}
Pink Nata background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f9a49f, #f7c5e0, #b2d1e0, #a6d8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f9a49f, #f7c5e0, #b2d1e0, #a6d8a8);
}
Similar color palettes
Pink Nata color palette created on .