Kererū カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Kererū palette
Kererū カラーパレット CSS
/* CSS */
.color-1 {
color: #007a5e;
}
.color-2 {
color: #aedd92;
}
.color-3 {
color: #f0c17a;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #b84e3d;
}
/* CSS Variables */
:root {
--color-1: #007a5e;
--color-2: #aedd92;
--color-3: #f0c17a;
--color-4: #e76e50;
--color-5: #b84e3d;
}
Kererū の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a5e, #aedd92, #f0c17a, #e76e50, #b84e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a5e, #aedd92, #f0c17a, #e76e50, #b84e3d);
}
似たようなカラーパレット
下にスクロールして300+個の緑カラーパレットを探索しましょう
Kererū color palette created on .