Serene Island カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Island palette

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

Serene Island カラー パレット PNG 画像

Download serene island color palette PNG image (landscape)
Download serene island color palette PNG image (square)

Serene Island カラーパレット CSS

/* CSS */
.color-1 {
color: #e8c6a6;
}
.color-2 {
color: #f2a07d;
}
.color-3 {
color: #e57457;
}
.color-4 {
color: #d85b3b;
}
.color-5 {
color: #c84d28;
}

/* CSS Variables */
:root {
--color-1: #e8c6a6;
--color-2: #f2a07d;
--color-3: #e57457;
--color-4: #d85b3b;
--color-5: #c84d28;
}

Serene Island の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8c6a6, #f2a07d, #e57457, #d85b3b, #c84d28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8c6a6, #f2a07d, #e57457, #d85b3b, #c84d28);
}

Serene Island color palette created on .