Pink Athena カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Athena palette

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

Pink Athena カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f3c9a0;
}
.color-3 {
color: #e9a0af;
}
.color-4 {
color: #d68a99;
}
.color-5 {
color: #c76b8a;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f3c9a0;
--color-3: #e9a0af;
--color-4: #d68a99;
--color-5: #c76b8a;
}

Pink Athena の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f3c9a0, #e9a0af, #d68a99, #c76b8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f3c9a0, #e9a0af, #d68a99, #c76b8a);
}

Pink Athena color palette created on .