Owl's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Owl's Embrace palette

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

Owl's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #7e5c3e;
}
.color-2 {
color: #be8b5b;
}
.color-3 {
color: #e6b97a;
}
.color-4 {
color: #f8d6a0;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #7e5c3e;
--color-2: #be8b5b;
--color-3: #e6b97a;
--color-4: #f8d6a0;
--color-5: #f4e2c3;
}

Owl's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e5c3e, #be8b5b, #e6b97a, #f8d6a0, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e5c3e, #be8b5b, #e6b97a, #f8d6a0, #f4e2c3);
}

Owl's Embrace color palette created on .