Cotton Heart Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cotton Heart palette

Share this palette to:

Cotton Heart color palette CSS

/* CSS */
.color-1 {
color: #f1dae3;
}
.color-2 {
color: #f0e4d1;
}
.color-3 {
color: #e7d0b1;
}
.color-4 {
color: #e3c5a1;
}
.color-5 {
color: #d4ab91;
}

/* CSS Variables */
:root {
--color-1: #f1dae3;
--color-2: #f0e4d1;
--color-3: #e7d0b1;
--color-4: #e3c5a1;
--color-5: #d4ab91;
}

Cotton Heart background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dae3, #f0e4d1, #e7d0b1, #e3c5a1, #d4ab91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dae3, #f0e4d1, #e7d0b1, #e3c5a1, #d4ab91);
}

Cotton Heart color palette created on .