Pink Crafttime Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Crafttime palette

Share this palette to:

Pink Crafttime color palette CSS

/* CSS */
.color-1 {
color: #f8e1b4;
}
.color-2 {
color: #f1baa2;
}
.color-3 {
color: #d09a9a;
}
.color-4 {
color: #c57c8e;
}
.color-5 {
color: #a36c9e;
}

/* CSS Variables */
:root {
--color-1: #f8e1b4;
--color-2: #f1baa2;
--color-3: #d09a9a;
--color-4: #c57c8e;
--color-5: #a36c9e;
}

Pink Crafttime background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e1b4, #f1baa2, #d09a9a, #c57c8e, #a36c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e1b4, #f1baa2, #d09a9a, #c57c8e, #a36c9e);
}

Pink Crafttime color palette created on .