Plasmo Kinesis Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Plasmo Kinesis palette

Share this palette to:

Plasmo Kinesis color palette PNG image

Download plasmo kinesis color palette PNG image (landscape)
Download plasmo kinesis color palette PNG image (square)

Plasmo Kinesis color palette CSS

/* CSS */
.color-1 {
color: #4a0080;
}
.color-2 {
color: #690dab;
}
.color-3 {
color: #9f1fef;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #4a0080;
--color-2: #690dab;
--color-3: #9f1fef;
--color-4: #ff8052;
--color-5: #ffcc00;
}

Plasmo Kinesis background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a0080, #690dab, #9f1fef, #ff8052, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a0080, #690dab, #9f1fef, #ff8052, #ffcc00);
}

Plasmo Kinesis color palette created on .