Whimsical Shoreline Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Shoreline palette

Share this palette to:

Whimsical Shoreline color palette CSS

/* CSS */
.color-1 {
color: #c1b19f;
}
.color-2 {
color: #d6c5b8;
}
.color-3 {
color: #e5d0c2;
}
.color-4 {
color: #f5c8c2;
}
.color-5 {
color: #f4a69f;
}

/* CSS Variables */
:root {
--color-1: #c1b19f;
--color-2: #d6c5b8;
--color-3: #e5d0c2;
--color-4: #f5c8c2;
--color-5: #f4a69f;
}

Whimsical Shoreline background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c1b19f, #d6c5b8, #e5d0c2, #f5c8c2, #f4a69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c1b19f, #d6c5b8, #e5d0c2, #f5c8c2, #f4a69f);
}

Whimsical Shoreline color palette created on .