Serenity in Empowerment カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity in Empowerment palette
Serenity in Empowerment カラーパレット CSS
/* CSS */
.color-1 {
color: #41b991;
}
.color-2 {
color: #92d3a3;
}
.color-3 {
color: #e8deab;
}
.color-4 {
color: #ebae7f;
}
.color-5 {
color: #de675e;
}
/* CSS Variables */
:root {
--color-1: #41b991;
--color-2: #92d3a3;
--color-3: #e8deab;
--color-4: #ebae7f;
--color-5: #de675e;
}
Serenity in Empowerment の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41b991, #92d3a3, #e8deab, #ebae7f, #de675e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41b991, #92d3a3, #e8deab, #ebae7f, #de675e);
}
似たようなカラーパレット
下にスクロールして4個の緑カラーパレットを探索しましょう
Serenity in Empowerment color palette created on .