Kylan's Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kylan's Sunrise palette

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

Kylan's Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f6dab6;
}
.color-3 {
color: #f6aba2;
}
.color-4 {
color: #f09ebc;
}
.color-5 {
color: #d17a99;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f6dab6;
--color-3: #f6aba2;
--color-4: #f09ebc;
--color-5: #d17a99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f6dab6, #f6aba2, #f09ebc, #d17a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f6dab6, #f6aba2, #f09ebc, #d17a99);
}

Kylan's Sunrise color palette created on .