Yellow Carne カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Carne palette

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

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

Download yellow carne color palette PNG image (landscape)
Download yellow carne color palette PNG image (square)

Yellow Carne カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f5b800;
}
.color-3 {
color: #f0c74c;
}
.color-4 {
color: #f4d59f;
}
.color-5 {
color: #f6e8b1;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f5b800;
--color-3: #f0c74c;
--color-4: #f4d59f;
--color-5: #f6e8b1;
}

Yellow Carne の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f5b800, #f0c74c, #f4d59f, #f6e8b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f5b800, #f0c74c, #f4d59f, #f6e8b1);
}

Yellow Carne color palette created on .