Karry's Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Karry's Sunset palette

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

Karry's Sunset カラー パレット PNG 画像

Download karry's sunset color palette PNG image (landscape)
Download karry's sunset color palette PNG image (square)

Karry's Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ffebd6;
}
.color-2 {
color: #ffb699;
}
.color-3 {
color: #ff7a66;
}
.color-4 {
color: #f46c57;
}
.color-5 {
color: #d9513f;
}

/* CSS Variables */
:root {
--color-1: #ffebd6;
--color-2: #ffb699;
--color-3: #ff7a66;
--color-4: #f46c57;
--color-5: #d9513f;
}

Karry's Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffebd6, #ffb699, #ff7a66, #f46c57, #d9513f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffebd6, #ffb699, #ff7a66, #f46c57, #d9513f);
}

Karry's Sunset color palette created on .