Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d58;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a5d69f;
}
.color-5 {
color: #2e9cdc;
}

/* CSS Variables */
:root {
--color-1: #ff4d58;
--color-2: #ff8b3d;
--color-3: #ffd900;
--color-4: #a5d69f;
--color-5: #2e9cdc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d58, #ff8b3d, #ffd900, #a5d69f, #2e9cdc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d58, #ff8b3d, #ffd900, #a5d69f, #2e9cdc);
}

Vibrant Red color palette created on .