Creamy Shades of Pink Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Creamy Shades of Pink palette
Creamy Shades of Pink color palette CSS
/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #e6c5b7;
}
.color-3 {
color: #d9aa9b;
}
.color-4 {
color: #c48a78;
}
.color-5 {
color: #b36e5b;
}
/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #e6c5b7;
--color-3: #d9aa9b;
--color-4: #c48a78;
--color-5: #b36e5b;
}
Creamy Shades of Pink background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #e6c5b7, #d9aa9b, #c48a78, #b36e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #e6c5b7, #d9aa9b, #c48a78, #b36e5b);
}
Similar color palettes
Creamy Shades of Pink color palette created on .