Vibrant Red Blue Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red Blue Purple palette

このパレットを共有する先:

Vibrant Red Blue Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3c00;
}
.color-2 {
color: #2094f3;
}
.color-3 {
color: #9b27b0;
}
.color-4 {
color: #ffec3d;
}
.color-5 {
color: #ff4281;
}

/* CSS Variables */
:root {
--color-1: #ff3c00;
--color-2: #2094f3;
--color-3: #9b27b0;
--color-4: #ffec3d;
--color-5: #ff4281;
}

Vibrant Red Blue Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3c00, #2094f3, #9b27b0, #ffec3d, #ff4281);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3c00, #2094f3, #9b27b0, #ffec3d, #ff4281);
}

Vibrant Red Blue Purple color palette created on .