Vibrant Red Blue Green Light カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Red Blue Green Light palette

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

Vibrant Red Blue Green Light カラーパレット CSS

/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #3c66c8;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #a8d3e1;
}
.color-5 {
color: #f3b4af;
}

/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #3c66c8;
--color-3: #4cae4f;
--color-4: #a8d3e1;
--color-5: #f3b4af;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #3c66c8, #4cae4f, #a8d3e1, #f3b4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #3c66c8, #4cae4f, #a8d3e1, #f3b4af);
}

Vibrant Red Blue Green Light color palette created on .