Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #ffdd00;
}
.color-4 {
color: #4dff4d;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff9d00;
--color-3: #ffdd00;
--color-4: #4dff4d;
--color-5: #00bfff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff9d00, #ffdd00, #4dff4d, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff9d00, #ffdd00, #4dff4d, #00bfff);
}

Vibrant Red color palette created on .