Oceanic Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Oceanic Twilight palette
Oceanic Twilight color palette CSS
/* CSS */
.color-1 {
color: #263182;
}
.color-2 {
color: #3d4999;
}
.color-3 {
color: #5c6db7;
}
.color-4 {
color: #8a9cdb;
}
.color-5 {
color: #bed2f4;
}
/* CSS Variables */
:root {
--color-1: #263182;
--color-2: #3d4999;
--color-3: #5c6db7;
--color-4: #8a9cdb;
--color-5: #bed2f4;
}
Oceanic Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #263182, #3d4999, #5c6db7, #8a9cdb, #bed2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #263182, #3d4999, #5c6db7, #8a9cdb, #bed2f4);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Oceanic Twilight color palette created on .