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