Beginner's Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Beginner's Bliss palette

Share this palette to:

Beginner's Bliss color palette CSS

/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #e4b8f4;
}
.color-5 {
color: #6c4c41;
}

/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #e4b8f4;
--color-5: #6c4c41;
}

Beginner's Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #ffb84d, #ff6e61, #e4b8f4, #6c4c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #ffb84d, #ff6e61, #e4b8f4, #6c4c41);
}

Beginner's Bliss color palette created on .