April Jones カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with April Jones palette
April Jones カラー パレット PNG 画像
April Jones カラーパレット CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f9d348;
}
.color-3 {
color: #f6e1a7;
}
.color-4 {
color: #e4afc7;
}
.color-5 {
color: #d69aab;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f9d348;
--color-3: #f6e1a7;
--color-4: #e4afc7;
--color-5: #d69aab;
}
April Jones の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f9d348, #f6e1a7, #e4afc7, #d69aab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f9d348, #f6e1a7, #e4afc7, #d69aab);
}
似たようなカラーパレット
April Jones color palette created on .