Asmr Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Asmr palette

Share this palette to:

Asmr color palette CSS

/* CSS */
.color-1 {
color: #dfc7f0;
}
.color-2 {
color: #b0a7d7;
}
.color-3 {
color: #8c8ec0;
}
.color-4 {
color: #5a69bf;
}
.color-5 {
color: #3c4e90;
}

/* CSS Variables */
:root {
--color-1: #dfc7f0;
--color-2: #b0a7d7;
--color-3: #8c8ec0;
--color-4: #5a69bf;
--color-5: #3c4e90;
}

Asmr background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfc7f0, #b0a7d7, #8c8ec0, #5a69bf, #3c4e90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfc7f0, #b0a7d7, #8c8ec0, #5a69bf, #3c4e90);
}

Asmr color palette created on .