Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6b6b;
}
.color-2 {
color: #ffab66;
}
.color-3 {
color: #ffd83d;
}
.color-4 {
color: #6dd08c;
}
.color-5 {
color: #4d6aff;
}

/* CSS Variables */
:root {
--color-1: #ff6b6b;
--color-2: #ffab66;
--color-3: #ffd83d;
--color-4: #6dd08c;
--color-5: #4d6aff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6b6b, #ffab66, #ffd83d, #6dd08c, #4d6aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6b6b, #ffab66, #ffd83d, #6dd08c, #4d6aff);
}

Vibrant Red color palette created on .