Yellow Britta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Britta palette

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

Yellow Britta カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #f9e09a;
}
.color-4 {
color: #f8a2a0;
}
.color-5 {
color: #d76a85;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f7c94b;
--color-3: #f9e09a;
--color-4: #f8a2a0;
--color-5: #d76a85;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f7c94b, #f9e09a, #f8a2a0, #d76a85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f7c94b, #f9e09a, #f8a2a0, #d76a85);
}

Yellow Britta color palette created on .