Owl's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Owl's Embrace palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Owl's Embrace カラーパレット (PNG) をダウンロード
Owl's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #e2b555;
}
.color-2 {
color: #c8a051;
}
.color-3 {
color: #ab643b;
}
.color-4 {
color: #8d4a30;
}
.color-5 {
color: #5a3b26;
}
/* CSS Variables */
:root {
--color-1: #e2b555;
--color-2: #c8a051;
--color-3: #ab643b;
--color-4: #8d4a30;
--color-5: #5a3b26;
}
Owl's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b555, #c8a051, #ab643b, #8d4a30, #5a3b26);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b555, #c8a051, #ab643b, #8d4a30, #5a3b26);
}
似たようなカラーパレット
Owl's Embrace color palette created on .