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