Celeste Shades カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celeste Shades palette
Celeste Shades カラーパレット (PNG) をダウンロード
Celeste Shades カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d9e0;
}
.color-2 {
color: #62c0bf;
}
.color-3 {
color: #2ab7b5;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #007a5e;
}
/* CSS Variables */
:root {
--color-1: #a3d9e0;
--color-2: #62c0bf;
--color-3: #2ab7b5;
--color-4: #009975;
--color-5: #007a5e;
}
Celeste Shades の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d9e0, #62c0bf, #2ab7b5, #009975, #007a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d9e0, #62c0bf, #2ab7b5, #009975, #007a5e);
}
似たようなカラーパレット
Celeste Shades color palette created on .