Cornflower Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cornflower Dreams palette

Share this palette to:

Cornflower Dreams color palette CSS

/* CSS */
.color-1 {
color: #95ccea;
}
.color-2 {
color: #b2e0f5;
}
.color-3 {
color: #f5b9a3;
}
.color-4 {
color: #f0a800;
}
.color-5 {
color: #d86c4b;
}

/* CSS Variables */
:root {
--color-1: #95ccea;
--color-2: #b2e0f5;
--color-3: #f5b9a3;
--color-4: #f0a800;
--color-5: #d86c4b;
}

Cornflower Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95ccea, #b2e0f5, #f5b9a3, #f0a800, #d86c4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95ccea, #b2e0f5, #f5b9a3, #f0a800, #d86c4b);
}

Cornflower Dreams color palette created on .