Ocean Sunset Whiskers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ocean Sunset Whiskers palette

Share this palette to:

Ocean Sunset Whiskers color palette CSS

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #e2b74b;
}
.color-4 {
color: #f29e50;
}
.color-5 {
color: #d1473d;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #a5c6d5;
--color-3: #e2b74b;
--color-4: #f29e50;
--color-5: #d1473d;
}

Ocean Sunset Whiskers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #a5c6d5, #e2b74b, #f29e50, #d1473d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #a5c6d5, #e2b74b, #f29e50, #d1473d);
}

Ocean Sunset Whiskers color palette created on .