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