Courageous Curves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Courageous Curves palette

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

Courageous Curves カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b134;
}
.color-2 {
color: #f9991a;
}
.color-3 {
color: #f2721c;
}
.color-4 {
color: #e94f25;
}
.color-5 {
color: #d5413f;
}

/* CSS Variables */
:root {
--color-1: #f9b134;
--color-2: #f9991a;
--color-3: #f2721c;
--color-4: #e94f25;
--color-5: #d5413f;
}

Courageous Curves の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b134, #f9991a, #f2721c, #e94f25, #d5413f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b134, #f9991a, #f2721c, #e94f25, #d5413f);
}

Courageous Curves color palette created on .