Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffb13d;
}
.color-4 {
color: #6e3dff;
}
.color-5 {
color: #3d7bff;
}

/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ff8e3d;
--color-3: #ffb13d;
--color-4: #6e3dff;
--color-5: #3d7bff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ff8e3d, #ffb13d, #6e3dff, #3d7bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ff8e3d, #ffb13d, #6e3dff, #3d7bff);
}

Vibrant Red color palette created on .