Brown Owl カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Brown Owl palette
Brown Owl カラーパレット CSS
/* CSS */
.color-1 {
color: #c4a45a;
}
.color-2 {
color: #a57b40;
}
.color-3 {
color: #6d502c;
}
.color-4 {
color: #8a9a5b;
}
.color-5 {
color: #e0c0b3;
}
/* CSS Variables */
:root {
--color-1: #c4a45a;
--color-2: #a57b40;
--color-3: #6d502c;
--color-4: #8a9a5b;
--color-5: #e0c0b3;
}
Brown Owl の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4a45a, #a57b40, #6d502c, #8a9a5b, #e0c0b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4a45a, #a57b40, #6d502c, #8a9a5b, #e0c0b3);
}
似たようなカラーパレット
Brown Owl color palette created on .