キュート サイバー Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with キュート サイバー palette

Share this palette to:

キュート サイバー color palette PNG image

Download キュート サイバー color palette PNG image (landscape)
Download キュート サイバー color palette PNG image (square)

キュート サイバー color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #709dff;
}
.color-3 {
color: #61ff6e;
}
.color-4 {
color: #ffd770;
}
.color-5 {
color: #ff61b5;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #709dff;
--color-3: #61ff6e;
--color-4: #ffd770;
--color-5: #ff61b5;
}

キュート サイバー background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #709dff, #61ff6e, #ffd770, #ff61b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #709dff, #61ff6e, #ffd770, #ff61b5);
}

キュート サイバー color palette created on .