Pastle カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastle palette
Pastle カラーパレット CSS
/* CSS */
.color-1 {
color: #f5e19e;
}
.color-2 {
color: #f9c3b4;
}
.color-3 {
color: #f1a7c5;
}
.color-4 {
color: #a4d3e0;
}
.color-5 {
color: #8eebc8;
}
/* CSS Variables */
:root {
--color-1: #f5e19e;
--color-2: #f9c3b4;
--color-3: #f1a7c5;
--color-4: #a4d3e0;
--color-5: #8eebc8;
}
Pastle の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e19e, #f9c3b4, #f1a7c5, #a4d3e0, #8eebc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e19e, #f9c3b4, #f1a7c5, #a4d3e0, #8eebc8);
}
似たようなカラーパレット
Pastle color palette created on .