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