Tim's Vibrant Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tim's Vibrant Dreamscape palette

Share this palette to:

Tim's Vibrant Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #ba55d3;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff8052;
--color-3: #ffd900;
--color-4: #ff6bb5;
--color-5: #ba55d3;
}

Tim's Vibrant Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff8052, #ffd900, #ff6bb5, #ba55d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff8052, #ffd900, #ff6bb5, #ba55d3);
}

Tim's Vibrant Dreamscape color palette created on .