Clam Shell Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Clam Shell Bliss palette

Share this palette to:

Download Clam Shell Bliss Color Palette (PNG)

Download clam shell bliss color palette PNG image (landscape)
Download clam shell bliss color palette PNG image (square)

Clam Shell Bliss color palette CSS

/* CSS */
.color-1 {
color: #d4b6af;
}
.color-2 {
color: #e8cbc5;
}
.color-3 {
color: #f4e2d7;
}
.color-4 {
color: #f9d59f;
}
.color-5 {
color: #fedd9f;
}

/* CSS Variables */
:root {
--color-1: #d4b6af;
--color-2: #e8cbc5;
--color-3: #f4e2d7;
--color-4: #f9d59f;
--color-5: #fedd9f;
}

Clam Shell Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b6af, #e8cbc5, #f4e2d7, #f9d59f, #fedd9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b6af, #e8cbc5, #f4e2d7, #f9d59f, #fedd9f);
}

Clam Shell Bliss color palette created on .