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