Cool Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Red palette

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

Cool Red カラーパレット CSS

/* CSS */
.color-1 {
color: #c71f1f;
}
.color-2 {
color: #e05738;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f5e69e;
}
.color-5 {
color: #a8d7d3;
}

/* CSS Variables */
:root {
--color-1: #c71f1f;
--color-2: #e05738;
--color-3: #f5a524;
--color-4: #f5e69e;
--color-5: #a8d7d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c71f1f, #e05738, #f5a524, #f5e69e, #a8d7d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c71f1f, #e05738, #f5a524, #f5e69e, #a8d7d3);
}

Cool Red color palette created on .