Whimsical Prescription Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Prescription palette

Share this palette to:

Whimsical Prescription color palette CSS

/* CSS */
.color-1 {
color: #28334d;
}
.color-2 {
color: #294147;
}
.color-3 {
color: #2a4e55;
}
.color-4 {
color: #1f5870;
}
.color-5 {
color: #1345aa;
}

/* CSS Variables */
:root {
--color-1: #28334d;
--color-2: #294147;
--color-3: #2a4e55;
--color-4: #1f5870;
--color-5: #1345aa;
}

Whimsical Prescription background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28334d, #294147, #2a4e55, #1f5870, #1345aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28334d, #294147, #2a4e55, #1f5870, #1345aa);
}

Whimsical Prescription color palette created on .