Vibrant Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red palette

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

Vibrant Red カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c41;
}
.color-2 {
color: #4c3d8f;
}
.color-3 {
color: #2e5c40;
}
.color-4 {
color: #893b2a;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #c92c41;
--color-2: #4c3d8f;
--color-3: #2e5c40;
--color-4: #893b2a;
--color-5: #f1c84b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c41, #4c3d8f, #2e5c40, #893b2a, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c41, #4c3d8f, #2e5c40, #893b2a, #f1c84b);
}

似たようなカラーパレット

下にスクロールして3個の赤カラーパレットを探索しましょう

Vibrant Red color palette created on .