Cool Palette カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cool Palette palette
Cool Palette カラーパレット CSS
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #a9e0b7;
}
.color-4 {
color: #7ed2f7;
}
.color-5 {
color: #f19e4b;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f0e78e;
--color-3: #a9e0b7;
--color-4: #7ed2f7;
--color-5: #f19e4b;
}
Cool Palette の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f0e78e, #a9e0b7, #7ed2f7, #f19e4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f0e78e, #a9e0b7, #7ed2f7, #f19e4b);
}
似たようなカラーパレット
下にスクロールして900+個のDandy's Worldカラーパレットを探索しましょう
Cool Palette color palette created on .