Ai Hyperion Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ai Hyperion palette

Share this palette to:

Ai Hyperion color palette PNG image

Download ai hyperion color palette PNG image (landscape)
Download ai hyperion color palette PNG image (square)

Ai Hyperion color palette CSS

/* CSS */
.color-1 {
color: #1f1f56;
}
.color-2 {
color: #494992;
}
.color-3 {
color: #6d6dd0;
}
.color-4 {
color: #9e9ef5;
}
.color-5 {
color: #d1d1ff;
}

/* CSS Variables */
:root {
--color-1: #1f1f56;
--color-2: #494992;
--color-3: #6d6dd0;
--color-4: #9e9ef5;
--color-5: #d1d1ff;
}

Ai Hyperion background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f56, #494992, #6d6dd0, #9e9ef5, #d1d1ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f56, #494992, #6d6dd0, #9e9ef5, #d1d1ff);
}

Ai Hyperion color palette created on .