キュート サイバー Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with キュート サイバー palette
キュート サイバー color palette PNG image
キュート サイバー 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);
}
Similar color palettes
キュート サイバー color palette created on .