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