Blushing Dedication Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Dedication palette

Share this palette to:

Blushing Dedication color palette CSS

/* CSS */
.color-1 {
color: #ffb8f8;
}
.color-2 {
color: #ff7ab8;
}
.color-3 {
color: #ffd1ad;
}
.color-4 {
color: #65dbf6;
}
.color-5 {
color: #1299f3;
}

/* CSS Variables */
:root {
--color-1: #ffb8f8;
--color-2: #ff7ab8;
--color-3: #ffd1ad;
--color-4: #65dbf6;
--color-5: #1299f3;
}

Blushing Dedication background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8f8, #ff7ab8, #ffd1ad, #65dbf6, #1299f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8f8, #ff7ab8, #ffd1ad, #65dbf6, #1299f3);
}

Similar color palettes

Blushing Dedication color palette created on .