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