Creamy Cocoa Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Creamy Cocoa Whispers palette

Condividi questa palette a:

tavolozza dei colori Creamy Cocoa Whispers CSS

/* CSS */
.color-1 {
color: #e9d3b9;
}
.color-2 {
color: #d3b58d;
}
.color-3 {
color: #a79e90;
}
.color-4 {
color: #6c4e3d;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #e9d3b9;
--color-2: #d3b58d;
--color-3: #a79e90;
--color-4: #6c4e3d;
--color-5: #4e3b31;
}

CSS con gradiente di sfondo Creamy Cocoa Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3b9, #d3b58d, #a79e90, #6c4e3d, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3b9, #d3b58d, #a79e90, #6c4e3d, #4e3b31);
}

Creamy Cocoa Whispers color palette created on .