Loading...

Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunrise palette

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

Sunrise カラーパレット (PNG) をダウンロード

Download sunrise color palette PNG image (landscape)
Download sunrise color palette PNG image (square)

Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #d0ae7c;
}
.color-2 {
color: #cda174;
}
.color-3 {
color: #cd8974;
}
.color-4 {
color: #bc6f57;
}
.color-5 {
color: #90503c;
}

/* CSS Variables */
:root {
--color-1: #d0ae7c;
--color-2: #cda174;
--color-3: #cd8974;
--color-4: #bc6f57;
--color-5: #90503c;
}

Sunrise の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0ae7c, #cda174, #cd8974, #bc6f57, #90503c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0ae7c, #cda174, #cd8974, #bc6f57, #90503c);
}

Sunrise color palette created on .