Yellow Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Beach palette

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

Yellow Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #ffdca3;
}
.color-2 {
color: #ffcba3;
}
.color-3 {
color: #ffbaa3;
}
.color-4 {
color: #ffa8a3;
}
.color-5 {
color: #ff8aa1;
}

/* CSS Variables */
:root {
--color-1: #ffdca3;
--color-2: #ffcba3;
--color-3: #ffbaa3;
--color-4: #ffa8a3;
--color-5: #ff8aa1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffdca3, #ffcba3, #ffbaa3, #ffa8a3, #ff8aa1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffdca3, #ffcba3, #ffbaa3, #ffa8a3, #ff8aa1);
}

Yellow Beach color palette created on .