Warm Rowan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Rowan palette

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

Warm Rowan カラーパレット CSS

/* CSS */
.color-1 {
color: #a63b2b;
}
.color-2 {
color: #d88c41;
}
.color-3 {
color: #f5bf5c;
}
.color-4 {
color: #f9e3b4;
}
.color-5 {
color: #b8e2b1;
}

/* CSS Variables */
:root {
--color-1: #a63b2b;
--color-2: #d88c41;
--color-3: #f5bf5c;
--color-4: #f9e3b4;
--color-5: #b8e2b1;
}

Warm Rowan の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a63b2b, #d88c41, #f5bf5c, #f9e3b4, #b8e2b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a63b2b, #d88c41, #f5bf5c, #f9e3b4, #b8e2b1);
}

Warm Rowan color palette created on .