Cosmo Dandy's World Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cosmo Dandy's World palette

Share this palette to:

Cosmo Dandy's World color palette CSS

/* CSS */
.color-1 {
color: #fdfcfd;
}
.color-2 {
color: #a2f1aa;
}
.color-3 {
color: #cbafd0;
}
.color-4 {
color: #ad6358;
}
.color-5 {
color: #904f47;
}

/* CSS Variables */
:root {
--color-1: #fdfcfd;
--color-2: #a2f1aa;
--color-3: #cbafd0;
--color-4: #ad6358;
--color-5: #904f47;
}

Cosmo Dandy's World background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfcfd, #a2f1aa, #cbafd0, #ad6358, #904f47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfcfd, #a2f1aa, #cbafd0, #ad6358, #904f47);
}

Similar color palettes

Scroll down to explore 1 Soft pink color palette

Cosmo Dandy's World color palette created on .