Serenity in Empowerment カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity in Empowerment palette

このパレットを共有する先:

Serenity in Empowerment カラーパレット CSS

/* CSS */
.color-1 {
color: #4abf8c;
}
.color-2 {
color: #a1d9a5;
}
.color-3 {
color: #f2e8b1;
}
.color-4 {
color: #f5b47a;
}
.color-5 {
color: #e66a5c;
}

/* CSS Variables */
:root {
--color-1: #4abf8c;
--color-2: #a1d9a5;
--color-3: #f2e8b1;
--color-4: #f5b47a;
--color-5: #e66a5c;
}

Serenity in Empowerment の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4abf8c, #a1d9a5, #f2e8b1, #f5b47a, #e66a5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4abf8c, #a1d9a5, #f2e8b1, #f5b47a, #e66a5c);
}

Serenity in Empowerment color palette created on .